# For local development
yarn run dev
The service relies on some configuration parameters being set from the outside. For local development, these can be configured using a file called .env
in the service root (this directory). By design, this file is not included in the version control so you'll have to create it yourself.
A template containing the required variables exists in this repository, so you can use it as a starting point. Some values need to be manually added/maintained, look in the usual places to find them, or ask your teammates.
cp env-template .env