doctorlink-frontend-utils
v0.10.2
Published
Utilities for DoctorLink front-end apps
Readme
Doctorlink-frontend-utils
Utilities for DoctorLink front-end apps
Welcome! Click on the functions on the right to find out more about them.
Development process
You can use npm link to import your local library changes into your app.
- Run
npm linkin the root of this project. - Run
npm link doctorlink-frontend-utilsin your app - Run
npm run buildin this project order to see your changes in your app.
Release process
First commit all your changes. Everything we need to do for a release will be done on a separate commit.
- Run tests
npm run test. - Build the docs (you have been updating the docs right?)
npm run build:docs. - Update the version number in
package.json. - Submit your PR
