This web app is deployed on vercel: gravitOS
Project by: @GokulramGHV & @mahalakshmim13
This is a Next.js project bootstrapped with create-next-app
.
First, install all the dependencies
npm install
# or
npm i
After that, run the development server:
npm run dev
# or
yarn dev
# or
pnpm 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.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.