-
Clone the repo.
Get a clone locally.
git clone https://github.com/odyssy-automaton/civic-web.git
-
Get Dependencies.
Yarn is recommended for package management, though feel free to use npm if preferred.
Install yarn globally if you haven't already. https://yarnpkg.com/en/docs/install
Navigate into the site's directory and download dependencies
cd civic-web/ yarn
-
Start developing.
Fire it up.
yarn gatsby develop