# install node
nvm install
# dependencies
yarn
All suggested extensions and settings can be found in the .vscode
directory.
When opening the repo for the first time you will be prompted to install the suggested extensions.
# lint
yarn lint
# lint & try to fix what's possible
yarn lint:fix
# run tests
yarn test
# dev server
yarn dev
# compile source
yarn build
An arm64v8 Docker image is built on tag & deployed automatically on the Raspberry Pi @ Gent office.
# small bugfix
yarn patch
# new (small) features
yarn minor
# new (big) release
yarn major