Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 176 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 176 Bytes

Development

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start