see #proj-csol-demo-creator
This repository contains demo data and a script that can upload the data to Watershed to create a demo measurement / footprint.
Watershed Demo Org
- Create a Demo org via admin.watershedclimate.com
- Login to your demo org
- Create an API key in the Organization Settings page
Using the script
- Follow Step 2 here to create a Github SSH key - IT Setup
- Follow Step 1 here to install homebrew - Local dev setup . If the below steps don't work, maybe try installing the GHG repo and running
./scripts/install-deps
there, which can help ensure you have all the right dependencies (e.g. python) - Install vscode
- Clone this repo via
git clone git@github.com:watershed-climate/csol-demo-creator.git
- Run
./scripts/setup
to install dependencies - Run
./scripts/run
- (optional) install Graphite for easy git version management -
brew install withgraphite/tap/graphite
and then install in vscode via cmd+shift+P > Install Extensions > Graphite > install (it should also be a recommended extension for this repo)