An operating function
Go to file
2019-07-16 10:55:57 -07:00
apps chat sidebar top box polish 2019-07-16 10:55:57 -07:00
scripts updated script to not use wildcard 2019-05-28 13:46:23 -07:00
.gitignore remove built js and css files and add them to .gitignore 2019-07-03 16:41:51 -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
package-lock.json design polish chat list item 2019-07-16 10:32:13 -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).