Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trigensoftware/favicons-app
Favicons generator web app.
https://github.com/trigensoftware/favicons-app
favicon icons manifest pwa webassembly webmanifest
Last synced: about 2 months ago
JSON representation
Favicons generator web app.
- Host: GitHub
- URL: https://github.com/trigensoftware/favicons-app
- Owner: TrigenSoftware
- License: mit
- Created: 2020-02-02T06:39:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T22:10:05.000Z (over 1 year ago)
- Last Synced: 2024-03-25T21:39:08.655Z (10 months ago)
- Topics: favicon, icons, manifest, pwa, webassembly, webmanifest
- Language: TypeScript
- Homepage: https://favicons-app.netlify.com
- Size: 6.35 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# favicons-app
[![Dependencies status][deps]][deps-url]
[![Build status][build]][build-url]
[![Dependabot badge][dependabot]][dependabot-url]
[![Storybook badge][storybook]][storybook-url]
[![Documentation badge][documentation]][documentation-url][deps]: https://david-dm.org/TrigenSoftware/favicons-app.svg
[deps-url]: https://david-dm.org/TrigenSoftware/favicons-app[build]: http://img.shields.io/travis/com/TrigenSoftware/favicons-app/master.svg
[build-url]: https://travis-ci.com/TrigenSoftware/favicons-app[coverage]: https://img.shields.io/coveralls/TrigenSoftware/favicons-app.svg
[coverage-url]: https://coveralls.io/r/TrigenSoftware/favicons-app[dependabot]: https://api.dependabot.com/badges/status?host=github&repo=TrigenSoftware/favicons-app
[dependabot-url]: https://dependabot.com/[storybook]: https://img.shields.io/badge/UI-Storybook-e94485.svg
[storybook-url]: https://trigensoftware.github.io/favicons-app[documentation]: https://img.shields.io/badge/API-Documentation-2b7489.svg
[documentation-url]: https://trigensoftware.github.io/favicons-app/docsFavicons generator web app.
## Available scripts
```bash
# Lint only styles
yarn lint:styles
# Lint only scripts
yarn lint:scripts
# Lint all sources
yarn lint
# Run tests with Jest
yarn jest
# Run type checking
yarn typecheck
# Run lint, tests and build
yarn test
# Generate docs for TypeScript sources
yarn build:docs
# Start Storybook
yarn start:storybook
# Build standalone Storybook bundle
yarn build:storybook
# Start development server
yarn start
# Build our bundle for production
yarn build
# Serve files from `build` directory
yarn serve
```## Environment variables
To be able to build this app, you should provide some environment variables:
Optional variables:
```bash
DISABLE_BROWSER_SYNC=false # boolean; `false` by default
```You can create `.env` in project root with this variables.
> This project generated with [generator-trigen-app](https://www.npmjs.com/package/generator-trigen-app)