This repo contains the source code for feathericons.com.
# Download the repo
git clone https://github.com/feathericons/feathericons.com.git
# Enter the repo
cd feathericons.com
# Install the dependencies
npm install
# Start local development
npm run develop
Note: This requires Node.js and npm to be set up locally, see nodejs.org for more information.