Skip to content

Commit

Permalink
added instructions for installing nodejs/yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
dereke committed Mar 11, 2020
1 parent 47c8583 commit a8bd607
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ This is the source code for the [Carbon Netural Map](https://carbonneutralmap.or
## Getting Started

### Dependencies
- ruby - [rbenv](https://github.com/rbenv/rbenv) is a good way of getting it.
- postgres

### Installation
- ruby - [rbenv](https://github.com/rbenv/rbenv) is a good way of getting it.
- nodejs - [nvm](https://github.com/nvm-sh/nvm) is another good way of getting it
- postgres

- Clone the repo :-)
- run `gem install bundler` (if you don't have it already)
- run `bundle` from the root of the project
- run `./nuke` to setup the database (if you run this again it will delete the database, handy but be careful)
- run `rails s` and visit [http://localhost:3000](http://localhost:3000)
### Installation

- Clone the repo :-)
- run `gem install bundler` (if you don't have it already)
- run `bundle` from the root of the project
- run `npm install -g yarn`
- run `yarn` from the root of the project
- run `./nuke` to setup the database (if you run this again it will delete the database, handy but be careful)
- run `rails s` and visit [http://localhost:3000](http://localhost:3000)

## Scripts

Expand Down

0 comments on commit a8bd607

Please sign in to comment.