Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 756 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 756 Bytes

Civic Software Foundation

Netlify Status

Quick start

  1. Clone the repo.

    Get a clone locally.

    git clone https://github.com/odyssy-automaton/civic-web.git
  2. 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
  1. Start developing.

    Fire it up.

    yarn gatsby develop