Skip to content

Commit

Permalink
add correct command to “fire it up”
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Storr committed Sep 26, 2019
1 parent a6b0a91 commit 2d4e91e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,22 @@

2. **Get Dependencies.**

Yarn is recommended for package management, though feel free to use npm if preferred.
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

```sh
cd civic-web/
yarn
```



3. **Start developing.**
3) **Start developing.**

Fire it up.

```sh
gatsby develop
yarn gatsby develop
```

0 comments on commit 2d4e91e

Please sign in to comment.