medikit
v0.0.0-2
Published
Medipass Design System
Downloads
6
Readme
Medikit (EXPERIMENTAL)
Experimental Medipass Design System
Developing
Before you start developing, ensure that you have installed the package's dependencies:
npm install
After everything has installed, you can run the docs on a development server which will listen for changes made in the components:
npm run docs
Testing
To run the tests for the components:
npm run test
Building
Documentation
To build the documentation, simply run:
npm run build-docs
Components
To build the components for a production environment, run:
npm run build