Skip to content

featurist/carbon-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1a5252 · Sep 25, 2021
Nov 3, 2019
Sep 25, 2021
Nov 3, 2019
Aug 20, 2021
Apr 16, 2021
Sep 1, 2021
Jan 13, 2020
Jan 15, 2021
Sep 16, 2019
Sep 16, 2019
Sep 16, 2019
Aug 20, 2021
Sep 16, 2019
Sep 16, 2019
Sep 16, 2019
Jan 15, 2021
Jan 8, 2020
Oct 23, 2019
Aug 20, 2021
Aug 20, 2021
Jan 8, 2020
Jan 13, 2020
Nov 3, 2019
Sep 16, 2019
Jan 20, 2020
Aug 20, 2021
Nov 12, 2019
Mar 11, 2020
Oct 2, 2019
Nov 3, 2019
Oct 23, 2019
Oct 2, 2019
Oct 8, 2019
Mar 25, 2021
Jan 13, 2020
Dec 22, 2019
Oct 23, 2019
Mar 25, 2021

Repository files navigation

Carbon Neutral Map

This is the source code for the Carbon Netural Map website.

Getting Started

Dependencies

  • ruby - rbenv is a good way of getting it.
  • nodejs - nvm is another good way of getting it
  • postgres

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

Scripts

  • ./nuke - Delete and Create a local test database
  • ./run_tests - Run the tests