https://github.com/urbit/inbox
Inbox split off from current Landscape
https://github.com/urbit/inbox
Last synced: 11 months ago
JSON representation
Inbox split off from current Landscape
- Host: GitHub
- URL: https://github.com/urbit/inbox
- Owner: urbit
- Created: 2019-04-17T21:52:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T22:37:05.000Z (about 7 years ago)
- Last Synced: 2025-04-10T16:59:38.395Z (about 1 year ago)
- Language: JavaScript
- Size: 828 KB
- Stars: 4
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inbox
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 Inbox source code, this will recompile the code and
copy the updated version into your fakezod pier. Visit localhost:80 to launch Inbox (or whichever port is printed out to your terminal upon booting your ship).