Skip to content

Commit

Permalink
add note about the need for keys!
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jun 9, 2020
1 parent 338eab8 commit 73a0310
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,22 @@ Hydrator should start normally.

## Develop


Get it:

git clone https://github.com/docnow/hydrator
cd hydrator

Install:
Configure:

In order to build the Hydrator you will need to get app keys from Twitter and
put them in a `.env` file in your project directory. It should look something
like this:

TWITTER_CONSUMER_KEY=CHANGEME
TWITTER_CONSUMER_SECRET=CHANGEMETOO

Next install the dependencies:

yarn install

Expand Down

0 comments on commit 73a0310

Please sign in to comment.