Live Demo: https://thebosses-one.vercel.app/
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
yarn dev
Open http://localhost:3000 in your browser to see the result.
start working on your task by creating your component
homepage is pages/index.js
git add .
git commit -m 'simple message on what you did'
git pull origin main
git push
- Next.js Documentation - learn about Next.js features and API.