Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 408 Bytes

Development

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

Getting Started

npm run dev

Open http://localhost:3000 with your browser to see the result.

Before Commiting

Run in the project folder:

npx prettier --write .
npm run lint