based on the Table Top Game with the same name, by Silly Goose
- node LTS
- run
npm install yarn -g
- not needed if you already have yarn installed globally
- run
yarn install
to install dependencies
- run
yarn start
to start the app - browse to
http://localhost:8093/
- run
yarn test
to run all unit tests-s <file>
option will test a single class-c
option will output coverage report-o
option in conjunction with-c
will automatically open the html report
- run
yarn lint
to run linter-f
to attempt to auto-fix some linting errors
- run
yarn build
to make sure there are no compilation errors - run
yarn snyk-test
to run through snyk vulnerability analyzer- you may need to set up an account to run this locally
- run
yarn prepush
to run all pre-push hooks