Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 353 Bytes

To visit, just click the link above. If you want to run it locally, follow the instructions below.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build