An open API service indexing awesome lists of open source software.

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

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).