Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 954 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 954 Bytes

Welcome to Mockinter

image

  • Mockinter is made with Next.js, TailwindCSS and MongoDB.

Setting up MockInter locally

  • Open your terminal and clone the repository :
git clone "https://github.com/pateldivyesh1323/mockinter"
  • cd into mockinter
cd mockinter
  • Install dependencies with :
npm install
  • Create .env and copy the content of .env.example or run the following command:
cp .env .env.example

Make sure to add all required enviroment variables in .env

  • Run the development server with :
npm run dev

Open http://localhost:3000 with your browser to see the result.

  • Build the server with :
npm run build

The app is still under development, you can see the deployed version - mockinter.vercel.app