- Install dependencies with
yarn
- Setup the
.env
file in project root (check.env.sample
) - Run the server with
yarn start
- Build production via
yarn build
, it builds into/dist
Make sure to include values in deployflow.yml so they can be accessed by GitHub actions