Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 744 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 744 Bytes

feathericons.com

Netlify Status Actions Status

This repo contains the source code for feathericons.com.

Local development

# Download the repo
git clone https://github.com/feathericons/feathericons.com.git

# Enter the repo
cd feathericons.com

# Install the dependencies
yarn

# Start local development
yarn develop

Note: This requires Yarn to be set up locally. See https://yarnpkg.com for more information.