Skip to content

Commit

Permalink
Update local development instructions
Browse files Browse the repository at this point in the history
We're now using yarn instead of npm.
  • Loading branch information
colebemis authored Nov 10, 2019
1 parent 4475c53 commit c7db39c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This repo contains the source code for [feathericons.com](https://feathericons.com).

## Project Setup
## Local development

```shell
# Download the repo
Expand All @@ -15,10 +15,10 @@ git clone https://github.com/feathericons/feathericons.com.git
cd feathericons.com

# Install the dependencies
npm install
yarn

# Start local development
npm run develop
yarn develop
```

> **Note:** This requires Node.js and npm to be set up locally, see [nodejs.org](https://nodejs.org) for more information.
> **Note:** This requires Yarn to be set up locally. See https://yarnpkg.com for more information.

0 comments on commit c7db39c

Please sign in to comment.