Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 468 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 468 Bytes

Make sure to install the dependencies:

This project uses NPM ONLY, using any other package managers will cause it to fail to install

npm install

Development Server

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.