Go to file
ronreg-ribdev 38ff3ee4de Add yarn, just scripts to build extension
This requires some extra manual copying because parcel doesn't yet
understand the manifest format. The as-yet-open pull request
https://github.com/parcel-bundler/parcel/pull/4313 seems like it
should handle this.
2021-01-02 23:39:54 -08:00
extension Add yarn, just scripts to build extension 2021-01-02 23:39:54 -08:00
gall-app Updating state properly 2021-01-02 21:45:16 -08:00
.env Add justfile 2020-11-29 22:55:06 -08:00
.gitignore Remove old bundle file and stop tracking 2020-11-29 12:15:37 -08:00
justfile Add yarn, just scripts to build extension 2021-01-02 23:39:54 -08:00
README.md No need for urbitrc to be a dotfile 2020-11-29 22:54:35 -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 in the documentation for create-landscape-app (although .urbitrc is renamed to urbitrc, no-dot).