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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ This application is built with the following principles.
1. Install `node` & `npm`: `brew install node`
2. Install `watchman`: `brew install watchman`
3. Install dependencies: `npm install`
4. Run `cp .env.example .env` and edit `.env` to have your local config options

4. Run `cp .env.example .env` and edit `.env` to have your local config options (for example, we are curretly hardcoding the pinned chat reports IDs with the `REPORT_IDS` config option).

## Running the web app 🕸
* To run a **Development Server**: `npm run web`
Expand Down