An operating function
Go to file
2019-07-17 17:58:40 -07:00
apps added blog settings page with invites, deletion, and renaming 2019-07-17 17:58:40 -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
gulpfile.js Added ex root level gulpfile 2019-05-28 13:51:31 -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 updated .gitignore and urbitrc example 2019-05-28 13:34:46 -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).