Campaign page to support Community Choice Aggregation in Boston, compiling public information and an action plan for increasing renewables for the city.
The following directions assume a Mac or Linux machine, or at least bash access. Windows users may find that their mileage varies.
First, install Docker.
# Spin up the development server
$ docker-compose up
Open localhost to see.
Put your production configs into .env
in the project root.
In addition to config overrides, you will need to get credentials for the BCAN/CCE AWS account.
AWS_ACCESS_KEY_ID=<access_key>
AWS_SECRET_ACCESS_KEY=<secret_key>
Then run the script:
$ ./deploy.sh