aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 013f5f6939f0838daed22e1d991a60eba65bd7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.

##