Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 449 Bytes

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

Getting Started

First, run the development server:

npm install
npm run dev

Send Your Code To Github

git remote add origin https://github.com/Shreyansh-Sheth/quize.git
git add -A
git commit -m "First Commit"
git checkout main
git push -u origin main