Skip to content

emiliosnic/icon-patterns

Repository files navigation

icon-patterns

Include animated CSS icon patterns in your background

Github file size apm codecov David PRs Welcome

Development Guidelines

Install the required dependencies

npm install

To setup a watch task to rebuild on change use

npm start

To build the library once use

npm run build

Tests & Coverage

To run the tests use

npm test

To produce and access a test coverage report run

npm run coverage
open coverage/lcov-report/index.html

Documentation Reference

To generate the JSDoc API Reference run

npm run documentation
open documentation/index.html

Versioning

For the versions available, see the releases for this repository.

Authors