Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/docs

Favicons 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)