This is the source code for the Carbon Netural Map website.
- Clone the repo :-)
- run
gem install bundler(if you don't have it already) - run
bundlefrom the root of the project - run
npm install -g yarn - run
yarnfrom the root of the project - run
./nuketo setup the database (if you run this again it will delete the database, handy but be careful) - run
rails sand visit http://localhost:3000
./nuke- Delete and Create a local test database./run_tests- Run the tests