Skip to content

Commit

Permalink
Update development documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Jan 22, 2023
1 parent 77a3c48 commit 78bcd2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@
## Development

```bash
# Clone the project
git clone git@github.com:Pictogrammers/Browser-Icon-Picker.git && cd Browser-Icon-Picker

# Switch to the right node & npm version
nvm use

# Install dependencies
yarn install

# Pull icons
node ./tools/pull-icons.js

# Run
yarn serve
# Once started, open your browser on `http://127.0.0.1:8080`!
Expand Down

0 comments on commit 78bcd2e

Please sign in to comment.