Here is the source of this webite. To get it, first install Mercurial. Then on the command line, do:
hg clone https://hg.reactionary.software/repo/arkian
To updated the source, go into the arkian
directory and do:
hg pull -u
To run the website locally, first install Python. Then in the directory arkian/src
, for Python 2 do:
python -m SimpleHTTPServer
For Python 3 do:
python3 -m http.server
Then in your browser, go to http://localhost:8000/.
Alternatively, you could install Luan and then from directory arkian
do:
./serve.sh
Then in your browser, go to http://localhost:8080/.
This website may be updated as needed, particularly to fix broken links.