Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 207 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 207 Bytes

Install dependencies

yarn (or npm install)

Start development server

yarn dev (or npm run dev)

Build for production

yarn build (or npm run build)

Start production server

yarn start (or npm start)