🍄

Dev workflows

Run local server with auto-reloading

> yarn start:dev

Run tests

> yarn test

With auto-reloading:

> yarn watch:test

Release new version

yarn release

This command will

  1. increment version in package.json
  2. generate CHANGELOG.md
  3. commit that chages with tag

See standard-version for details.

Build Docker image

Requires tag on current commit

> yarn docker