Skip to content

Cmacu/Pulse.Frontend

Repository files navigation

Pulse Games App

1v1 Competitive Board Games Community App

Required global dependencies: quasar

npm install -g quasar-cli

Install the dependencies

npm install

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

npm run dev

Lint the files

npm run lint

Release new version

npm run release
  • Copy the generated change log to CHANGELOG.md
  • Add the version number and the release date
  • Save CHANGELOG.md
  • Follow the rest of the release-it prompts

Build the app for dev/prod

npm run build-dev // development

or

npm run build-prod // production

Deploy

Requirements: AWS private key added to ~/.aws/credentials

npm run deploy-dev

Deploy to production

Not available yet

Customize the configuration

See Configuring quasar.conf.js.