An operating function (Prototype)
Go to file
2019-07-19 15:01:44 -07:00
apps Updated hoon files to be up to date with versions in pkg/arvo 2019-07-19 15:01:44 -07:00
scripts updated script to not use wildcard 2019-05-28 13:46:23 -07:00
.gitignore fixed sigils 2019-07-12 15:18:21 -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 design polish chat list item 2019-07-16 10:32:13 -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).