- Fork this repository to your own GitHub account and then clone it to your local device.
- Install the dependencies:
npm install
- Run
npm link
to link the local repo to NPM - Then npm link this repo inside any example app with
npm link grial
- Then you can run your example app with the local version of Grial (You may need to re-run the example app as you change server side code in the Grial repository)
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.