urbit-browser-manager/README.md

13 lines
436 B
Markdown
Raw Normal View History

2020-11-28 00:14:11 -08:00
## Urbit Browser Manager
### Browser extension
`extension` has the code for the browser extension.
### Gall app
`gall-app` contains the code for the gall app. The initial skeleton was created using `create-landscape-app`,
with some slight modifications. `npm run build`/`npm run serve` and the `.urbitrc` file work as described
2020-11-29 22:19:28 -08:00
in the documentation for `create-landscape-app` (although `.urbitrc` is renamed to `urbitrc`, no-dot).