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

Commit

Permalink
rm duplicate install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarm committed Dec 6, 2016
1 parent 431e595 commit 82b7e6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
19 changes: 0 additions & 19 deletions INSTALL.md

This file was deleted.

9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ Coming soon.
![Screenshot of credit-market-trends](screenshot.png)


## Quickstart
## Installation

[Installation instructions](INSTALL.md)
and [documentation about the data](data/README.md) are available.
This project requires that you have [Node.js](https://nodejs.org/en/) installed.

To run this code locally:
To run this website locally:

1. Clone repo
1. In Terminal, run `npm install` from root directory
1. In Terminal, run `./setup.sh` from the root directory. This will install the required Node modules for the project.
1. Create an `env.js` file and add your [Github personal access token](https://github.com/blog/1509-personal-api-tokens) there:

```bash
Expand Down

0 comments on commit 82b7e6a

Please sign in to comment.