An operating function
Go to file
2019-05-28 13:32:52 -07:00
chat Added all modulo apps except publish to interface monorepo. 2019-05-28 13:32:52 -07:00
launch Added all modulo apps except publish to interface monorepo. 2019-05-28 13:32:52 -07:00
modulo Added all modulo apps except publish to interface monorepo. 2019-05-28 13:32:52 -07:00
weather Added all modulo apps except publish to interface monorepo. 2019-05-28 13:32:52 -07:00
.gitignore Added all modulo apps except publish to interface monorepo. 2019-05-28 13:32:52 -07:00
LICENSE Initial commit 2019-05-28 13:25:02 -07:00
README.md Added all modulo apps except publish to interface monorepo. 2019-05-28 13:32:52 -07:00
urbitrc Added all modulo apps except publish to interface monorepo. 2019-05-28 13:32:52 -07:00

Home

Create a .urbitrc file in this directory like so:

module.exports = {
    URBIT_PIERS: [
      "/path/to/fakezod/home"
    ]
};

You'll need npm installed (we recommend using NVM with node version 10.13.0)

Then:

npm install
npm install -g gulp-cli
gulp watch

Whenever you change some Home source code, this will recompile the code and copy the updated version into your fakezod pier. Visit localhost:80 to launch Home (or whichever port is printed out to your terminal upon booting your ship).