aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2022-07-08 19:07:36 +0300
committerkaotisk <kaotisk@arching-kaos.org>2022-07-08 19:07:36 +0300
commitf1b18e18ceaf92494900d110903128bbf2c8a29c (patch)
tree334bce631ba09182fb3d51b2a87c7dd0d021274e
parent71d019f6ff3402d07a21c3c0a865ed9d8d9de1f0 (diff)
downloadarching-kaos-web-ui-f1b18e18ceaf92494900d110903128bbf2c8a29c.tar.gz
arching-kaos-web-ui-f1b18e18ceaf92494900d110903128bbf2c8a29c.tar.bz2
arching-kaos-web-ui-f1b18e18ceaf92494900d110903128bbf2c8a29c.zip
Wrote on readme
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..013f5f6 100644
--- a/README.md
+++ b/README.md
@@ -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.
+
+##