Gatsby site for Open Boise
- Clone the repo:
git clone https://github.com/boisebrigade/boisebrigade.org-www.git
- Install Nodejs:
# asdf is the preferred version manager
- Install asdf
- Add Nodejs asdf plugin: asdf-nodejs
- Goto where you've cloned the repo and run:
asdf install
- Install dependencies:
npm install
- Copy
.env.example
to.env
:cp .env.example .env
- Add Contentful Access Token and Space ID
- Run the dev run script:
npm run dev
MIT, 2018, Code for America
See LICENSE