Skip to content

Commit

Permalink
create readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrav committed Aug 31, 2017
1 parent 4bd9d45 commit c3b7b51
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Set up

1. Set up and run https://github.com/9to5tv/socket-server

2. Create `env.config.js` in root level of directory

```js
module.exports = {
development: {
PUSHER_KEY: '[PUSHER APP KEY]',
SERVER_URL: 'http://localhost:3000'
},
production: {
PUSHER_KEY: '[PUSHER APP KEY]',
SERVER_URL: '[AUTH SERVER URL]'
}
};
```

3. `npm install`

4. `npm start`

0 comments on commit c3b7b51

Please sign in to comment.