@dossier/salvia-ui
v0.1.87
Published
A React component library
Downloads
273
Keywords
Readme
Salvia UI
A React component library
Building
- Build component library:
npm run build-lib
- Build documentation:
npm run build-doc
Documentation
- Running documentation locally:
npm start
. - Changes to master are automatically deployed to the online docs.
Publishing
Publish new version:
- Increase version number according to SemVer in
package.json
- Commit with message:
"release vX.Y.Z"
- Push
- If push succeeded, run
npm publish