This starts your app in development mode, rebuilding assets on file changes.
npm run dev
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
Contributions are always welcome! However, please create an issue before starting any work so there won't be any repeated/wasted effort.