@dossier/salvia-ui
v0.1.89
Published
A React component library
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
