aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4dd55b8..3f64e29 100644
--- a/README.md
+++ b/README.md
@@ -251,6 +251,19 @@ using [nodejs](https://nodejs.org):
251$ node web/examples/[filename] 251$ node web/examples/[filename]
252``` 252```
253 253
254An example web app running nissy can be found in the `web/http` folder.
255You can run a web server in that folder to check it out, but you need
256to set some extra headers to make it work. For example, if you are using
257[darkhttpd](https://github.com/emikulic/darkhttpd) you can start the server
258with the following command:
259
260```
261$ darkhttpd web/http/ \
262 --header 'Cross-Origin-Opener-Policy: same-origin' \
263 --header 'Cross-Origin-Embedder-Policy: require-corp' \
264 --mimetypes web/http/mime
265```
266
254## Cube format 267## Cube format
255 268
256This format is a "base 32" encoding of the cube. It is not meant to be 269This format is a "base 32" encoding of the cube. It is not meant to be

Generated with cgit - Back to sebastiano.tronto.net