Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feathericons/feathericons.com
The Feather website
https://github.com/feathericons/feathericons.com
gatsby react styled-components
Last synced: 3 months ago
JSON representation
The Feather website
- Host: GitHub
- URL: https://github.com/feathericons/feathericons.com
- Owner: feathericons
- License: mit
- Created: 2017-11-05T17:37:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T16:38:03.000Z (about 1 year ago)
- Last Synced: 2024-05-02T08:12:43.731Z (6 months ago)
- Topics: gatsby, react, styled-components
- Language: JavaScript
- Homepage: https://feathericons.com
- Size: 3.24 MB
- Stars: 125
- Watchers: 6
- Forks: 22
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# feathericons.com
[![Netlify Status](https://api.netlify.com/api/v1/badges/3c1945b2-05df-47a2-a2c6-af04dd3802f4/deploy-status)](https://app.netlify.com/sites/feather/deploys)
[![Actions Status](https://github.com/feathericons/feathericons.com/workflows/CI/badge.svg)](https://github.com/feathericons/feathericons.com/actions)This repo contains the source code for [feathericons.com](https://feathericons.com).
## Local development
```shell
# 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.