The following instructions should run any Kamaji-standardized repository in the Tlon ecosystem:
- Install NVM
- Verify correct Node / NPM versions:
$ node -v > v10.13.0 $ npm -v > 6.4.1
- Install NPM CLI dependencies
$ npm install -g gulp-cli
- Install NPM local dependencies
$ npm install
- Build and watch local files for changes
$ gulp watch
- See also individual tasks in gulpfile.js if you want to run them manually
- Mount your Urbit's desk to the Unix filesystem
- In your Urbit's dojo, type:
|mount %
- In your Urbit's dojo, type:
- Write the path of your mounted desk into the .urbitrc file
- Example: "/Users/logan/Developer/urbit/build/zod/home"
- Copy files into your pier to run them from your Urbit
$ gulp copy-urbit
- Run Pareto app on your Urbit
- In your Urbit's dojo, type:
|start %pareto
- In your Urbit's dojo, type: