diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2022-07-08 19:07:36 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2022-07-08 19:07:36 +0300 |
commit | f1b18e18ceaf92494900d110903128bbf2c8a29c (patch) | |
tree | 334bce631ba09182fb3d51b2a87c7dd0d021274e /README.md | |
parent | 71d019f6ff3402d07a21c3c0a865ed9d8d9de1f0 (diff) | |
download | arching-kaos-web-ui-f1b18e18ceaf92494900d110903128bbf2c8a29c.tar.gz arching-kaos-web-ui-f1b18e18ceaf92494900d110903128bbf2c8a29c.tar.bz2 arching-kaos-web-ui-f1b18e18ceaf92494900d110903128bbf2c8a29c.zip |
Wrote on readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +Web UI for arching-kaos +----------------------- + +This repository hosts the html and js files for presenting "arching-kaos" to visitors. + +## Visit the demo pages +For demo, you can visit https://arching-kaos.net and there is another instance dedicated on rendering "news" at https://news.arching-kaos.net + +### More links +- [Net](https://arching-kaos.net), +- [Com](https://arching-kaos.com), +- [Xyz](https://arching-kaos.xyz), +- [News](https://news.arching-kaos.net) + +## Usage + +Clone the repository, host the files on a HTTP server, or add them on IPFS. Visit the links, +through your local HTTP server or your IPFS gateway. + +``` +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 ak-wallet.dev.html) +``` + +## Contribute + +1. Did you find a bug? Report it by opening an issue. +2. Did you code it better? Open a pull request. + +## |