the-holy-grail
v2.0.7
Published
React UI components for Quintype Platform
Readme
The Holy Grail
Dev environment requirements
- Install Node
- Install NPM
Running Holy Grail with a project
- Run
npm linkin Holy grail directory. - Run
npm link the-holy-grailin 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|majoraccording to the size of the change. This will update package.json automatically. - Commit and push to Holy grail master.
- Run
npm publishto publish the latest version of the package.
