minor tweak to starting instructions (#1046)

This commit is contained in:
Aseem Sood 2019-01-10 19:52:08 -05:00 committed by Dandelion Mané
parent 989d1f359f
commit 83fa29688e

View File

@ -51,6 +51,7 @@ yarn backend
export SOURCECRED_GITHUB_TOKEN=YOUR_GITHUB_TOKEN
node bin/sourcecred.js load REPO_OWNER/REPO_NAME
# this loads sourcecred data for a particular repository
# it can take a few mins to run and will exit when finished
yarn start
# then navigate to localhost:8080 in your browser
```