From 4dd806252ffd9eb35e181f027da220934ab86045 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 19 Aug 2023 19:59:31 -0700 Subject: [PATCH] Add local development instructions --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3167471..ea00345b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 +```