- Mockinter is made with Next.js, TailwindCSS and MongoDB.
- 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