Skip to content

scibizinformatics/wagey-admin

Repository files navigation

Wagey Web Admin (wagey-admin)

Web admin for Wagey

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Serve the production build on port 8000

npm run build
PORT=8000 npm start

Docker (serves on port 8000)

docker compose -f docker-compose.prod.yml up --build -d

Customize the configuration

See Configuring quasar.config.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors