Pulse Games App
1v1 Competitive Board Games Community App
npm install -g quasar-cli
npm install
npm run dev
npm run lint
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
npm run build-dev // development
or
npm run build-prod // production
npm run deploy-dev
Deploy to production
Not available yet