diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-01-30 01:04:13 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-01-30 01:04:13 +0200 |
commit | 750b7d38fe3b1c0323d5c270ff3e2e3c32800e39 (patch) | |
tree | 77df3f195fa7e50dd5b02664a996c75ab9e2ab44 /README.md | |
parent | 54d6fd79e7a56abb27bcd50597cc62c59b3181d7 (diff) | |
download | arching-kaos-web-ui-750b7d38fe3b1c0323d5c270ff3e2e3c32800e39.tar.gz arching-kaos-web-ui-750b7d38fe3b1c0323d5c270ff3e2e3c32800e39.tar.bz2 arching-kaos-web-ui-750b7d38fe3b1c0323d5c270ff3e2e3c32800e39.zip |
Lose .md suffix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index eea8189..0000000 --- a/README.md +++ /dev/null @@ -1,54 +0,0 @@ -Web UI for arching-kaos ------------------------ - -This repository hosts the html, css and js files for presenting "arching-kaos" -to visitors. - -## Visit the demo pages -For demo, you can visit https://arching-kaos.net . - -### More demo links (may vary) -- [Net](https://arching-kaos.net), -- [Com](https://arching-kaos.com), -- [Xyz](https://arching-kaos.xyz), -- [News](https://news.arching-kaos.net) - -## Usage -1) You will need to clone the repository, -2) host the files on a HTTP server, -3) make a SSL certificate (is needed for Stellar connectivity) for your server, -4) edit `js/arching-kaos-web-ui-settings.js` to match your desired links. - -## Development workflow proposal (how I 've done it so far) -Instead of serving the files statically on a server, I use IPFS and fetch them -from a public IPFS gateway that I've set up for the project. - -The workflow would be like: - -``` -git clone https://github.com/arching-kaos/arching-kaos-web-ui -cd arching-kaos-web-ui -xdg-open http://127.0.0.1:8080/$(ipfs add -Q -r src) -``` - -Then you can edit as far as you want and see your changes by issuing the -following command. -``` -xdg-open http://127.0.0.1:8080/$(ipfs add -Q -r src) -``` - -Of course, `http://127.0.0.1:8080/` should be replaced in both cases with your -remote IPFS gateway. - -## Notes - -If you are trying to view the same results as in the demo pages but from a -public IPFS gateway, you may fail. Your IPFS nodes need to be in the same swarm -as the one Arching Kaos is operating at. For that, you will need to install -[arching-kaos-tools](https://github.com/arching-kaos/arching-kaos-tools). You -can also remove or change swarm to start your own network. - -## Contribute - -1. Did you find a bug? Report it by opening an issue. -2. Did you code it better? Open a pull request. |