~mika/www.m1kadev.nl

ref: 864f33dd4b323f6832ebe0e31c519e98a0287257 www.m1kadev.nl/README -rw-r--r-- 1.1 KiB
864f33dd — m1ka fix greets on mobile (i think) a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
====== www.m1kadev.nl ======

===== running =====

==== docker ====

this should work out of the box:
    docker build -t 'www.m1kadev.nl' .
    docker run -d -p 8080:8080 'www.m1kadev.nl'

==== from source ====

Make sure you have a compatible version of <#https://codeberg.org/m1ka/fxg fxg> installed (this site is usually compiled against fxg a990e6c5ab).
go into the 'kethel' directory, and use your javascript runtime of choice (for this site, usually node.js, sadly).
afterwards, build any possible dependencies for kethel using mix.
finally, using the main.exs script ran against the kethel library, you can compile the website, which will output in the 'build' folder, in the root of the repository.

===== licensing =====

all content (anything stored in folders that arent 'statics' and 'kethel') is licensed under <#https://creativecommons.org/licenses/by-sa/4.0/ CC-BY-SA-4.0> (also reproduced in 'LICENSES/CC-BY-SA-4.0.txt'). The build system (stored in 'kethel') are licensed under <#https://www.gnu.org/licenses/agpl-3.0.txt AGPL-3.0-or-later> (also reproduced in 'LICENSES/AGPL-3.0-or-later').