mirror of
https://github.com/linuxserver/heimdalljs.git
synced 2026-02-20 05:12:24 +08:00
647 B
647 B
Heimdall (heimdall)
An application management portal
Install
npm run setup
When asked Where will the API live?, the default / will work for most people, however, if you wish to run the app in development mode set it to http://localhost:3000/
Run the backend server
npm run server
By default both the server and frontend will be accessible on port 3000
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Front end will be accessible on port 8080
Lint the files
yarn run lint
Build the app for production
quasar build