Skip to content

odyssy-automaton/civic-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e402b4e · Feb 18, 2020

History

86 Commits
Feb 18, 2020
Jun 5, 2019
Jun 5, 2019
Jun 5, 2019
Sep 26, 2019
Jun 5, 2019
Aug 15, 2019
Jun 5, 2019
Jun 5, 2019
Aug 15, 2019
Aug 15, 2019

Repository files navigation

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