From 503875dde3d5d777a43b60afa0d6befd8960ddee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 26 May 2020 08:10:13 +0200 Subject: [PATCH] Update README.md --- packages/backend/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/backend/README.md b/packages/backend/README.md index 1246be60bc..6d72e1c29c 100644 --- a/packages/backend/README.md +++ b/packages/backend/README.md @@ -12,7 +12,17 @@ app. Until then, feel free to experiment here! ## Development -To run the backend in watch mode, use `yarn start`. +To run the example backend in watch mode, use + +```bash +AUTH_GOOGLE_CLIENT_ID=x AUTH_GOOGLE_CLIENT_SECRET=x SENTRY_TOKEN=x yarn start +``` + +in the backend directory. Substitute `x` for actual values, or leave them as +dummy values just to try out the backend without using the auth or sentry features. + +You may have to issue a `yarn build` command in the project root before doing +this for the first time. ## Documentation