Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 711 Bytes

Live Demo: https://thebosses-one.vercel.app/

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

Getting Started

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

before going to sleep, commit your changes

git add .
git commit -m 'simple message on what you did'
git pull origin main
git push

Learn More