the-holy-grail
v2.0.7
Published
React UI components for Quintype Platform
Downloads
28
Readme
The Holy Grail
Dev environment requirements
- Install Node
- Install NPM
Running Holy Grail with a project
- Run
npm link
in Holy grail directory. - Run
npm link the-holy-grail
in the project's directory. - If you want to work on holy grail locally and check changes on the project
then after a change run
npm run build
.
Publishing Holy Grail
- Once your code is reviewed and pushed to master, Please bump up the version according to semver in package.json.
- Use
npm version patch|minor|major
according to the size of the change. This will update package.json automatically. - Commit and push to Holy grail master.
- Run
npm publish
to publish the latest version of the package.