Skip to content

Commit

Permalink
Add note about Python 2 to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vikoivun committed Nov 28, 2017
1 parent d28249a commit a35fd9e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ Linked Events API. It exposes many capabilities of the API including:
## Prerequisites
* Yarn
* Node v8 LTS
* Python 2 (due to node-sass using node-gyp)

## Configuration

config_dev.json contains partially working settings giving you read only
`config_dev.json` contains partially working settings giving you read only
access to our test API. If you have your own API and/or authentication
server you can change the relevant settings therein.
credentials you can change the relevant settings therein.

Using your own authentication server requires code changes in server/auth.js.

## Running development server

Expand All @@ -31,3 +34,4 @@ $ yarn start
```

Then point your browser to the webpack dev server at http://localhost:8080/.

0 comments on commit a35fd9e

Please sign in to comment.