Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

update README and package.json for development setup #37

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ nvm install 6.2.0
npm install
```

Now copy the config template and edit the file to update the values.

```sh
cp polis.config.template.js polis.config.js
vim polis.config.js # update configuration
```

### Common Problems

If you having troubles with npm dependencies try run the commands below:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"react-s-alert": "^1.3.0",
"react-sidebar": "^2.0.0",
"react-stripe-elements": "0.0.2",
"react-tap-event-plugin": "^0.2.1",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.0.2",
"redux-actions": "^0.9.0",
"redux-devtools": "^2.1.5",
Expand Down