https://github.com/zaydek/feathericons.dev
Remake of the classic Feather by @colebemis. Brand and payment icons by @thewolfkit (Twitter)
https://github.com/zaydek/feathericons.dev
Last synced: about 1 year ago
JSON representation
Remake of the classic Feather by @colebemis. Brand and payment icons by @thewolfkit (Twitter)
- Host: GitHub
- URL: https://github.com/zaydek/feathericons.dev
- Owner: zaydek
- License: mit
- Created: 2023-01-08T02:33:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T22:30:14.000Z (over 3 years ago)
- Last Synced: 2025-03-25T02:12:45.407Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://feathericons.dev
- Size: 56.4 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Get Started (Vite)
Start the development server:
```sh
npm run dev
# Or npx vite dev
```
Build the production-ready build:
```sh
npm run build
# Or npx tsc && npx vite build
```
Serve the production-ready build:
```sh
npm run preview
# Or npx vite preview
```
## License
Licensed as MIT open source.