shrub/pkg/interface/README.md
Isaac Visintainer f293a76db5 Add 'pkg/interface/' from commit 'ae564f567fccff9413b63158ee821b36652d6b53'
git-subtree-dir: pkg/interface
git-subtree-mainline: 7ce50ad75e
git-subtree-split: ae564f567f
2019-07-23 12:49:05 -07:00

26 lines
563 B
Markdown

# 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](https://github.com/creationix/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).