0.2.0 • Published 2 years ago

@ligature/ligature-components v0.2.0

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

Ligature Components

This project contains a set of Svelte components that are intented to be used with various Ligature projects.

Developing

This project requires node to be installed on your machine. Once you check out this project run the following commands.

npm install
npm run dev -- --open

Use npm run test to run automated tests.