This is a Next.js project bootstrapped with create-next-app
.
First clone the repo using git clone
After that switch to cosb-nextjs directory using cd cosb-nextjs
then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
The backend is made using Django, use can modify backend by cloning https://github.com/Neeshamraghav012/cosb-backend .