Skip to content

Commit

Permalink
Add local development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Aug 20, 2023
1 parent ff2923e commit 4dd8062
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,16 @@ To request a new icon, please fill out the [icon request form](https://github.co
## Bug reports

To report a bug, please fill out the [bug report form](https://github.com/feathericons/feather/issues/new?template=02-bug-report.yml).

## Local development

Follow these steps to set up Feather for local development:

```shell
# 1. Clone the repository
git clone https://github.com/feathericons/feather.git
cd feather

# 2. Run setup script
npm run setup
```

0 comments on commit 4dd8062

Please sign in to comment.