Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
#112 update README
  • Loading branch information
enriquezrene committed Apr 13, 2020
commit d9814bec5f2edffe1dee742beadf9728ed0c57f0
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ The app will automatically reload if you change anything in the source files.
## Prepare your environment

### Set environment variables
Create file .keys.json from keys.example.ts into environments folder with the content pinned in our slack channel
Create a file keys.ts with the content pinned in our slack channel:

```
export const AUTHORITY = 'XXX';
export const CLIENT_ID = 'XXX';
export const SCOPES = ['XXX'];
```

### Prepare your environment for vscode
Install the following extensions:
Expand Down