- Execute the following commands
pnpm install
cd tasks/
pnpm run dev
See
utils/config.tsfor more.
Create a file called env.local from the already existing .env file.
At build time and at runtime the correctness of the environment variables is validated, make sure that they are present at each step (even in github actions or similar).
If something is incorrect or missing an error will be thrown.
To communicate with helpwave-services (our gRPC APIs) this projects uses gRPC-web.