- Install Node.js
v0.12
or later - Clone this repository
cd
into the project directory- Run
npm start
- View http://localhost:3000 in your browser
├── dist/ Output directory
├── src/
│ ├── icons/
│ │ ├── *.svg Individual icons
│ │ ├── icons.ai Source file for icons
│ │ └── icons.yaml Accessibility info for icons
│ └── static/ Static files
└── gulpfile.js Build tasks
Note: This requires write permissions for the repository.
Run gulp deploy
to update and publish the gh-pages
branch based on the contents of the current dist
directory.