Skip to content

TrigenSoftware/favicons-app

Repository files navigation

favicons-app

Dependencies status Build status Dependabot badge Storybook badge Documentation badge

Favicons generator web app.

Available scripts

# 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:

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