README
Slipmat.io UI Components
Warning: this project is under active development and not intended for public use yet. Do not use in production.
Developing
Basic Commands
You need yarn
(classic) installed.
Project setup
yarn install
Start development server
yarn dev
Build for production
yarn build
TBA: Run end-to-end tests
yarn test:e2e
Publishing
yarn publish --new-version "0.0.2" --access public