Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 677 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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 .