An operating function (Prototype)
Go to file
2019-07-03 16:10:55 -07:00
apps Removed getMessageContent method and replaced with simpler solution. 2019-07-03 16:10:55 -07:00
scripts updated script to not use wildcard 2019-05-28 13:46:23 -07:00
.gitignore Merge pull request #1 from urbit/publish 2019-06-04 13:36:54 -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).