From bf38da3d4ea4f104f139a9cbb65da50572575d14 Mon Sep 17 00:00:00 2001 From: ronreg-ribdev Date: Sat, 28 Nov 2020 00:14:11 -0800 Subject: [PATCH] Add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ef3c13 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +## 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`.