README
minibeak
Simple and fast api client for ProFile
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