aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-13 13:00:51 +0200
committerLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-13 13:00:58 +0200
commit7414462b6f25d4a0049663f8f7de1267bd065212 (patch)
treed4366cbecfa92fdea527934f07c63bc53dfd51df
parent85a430beb6c9098e3812001939295059d3ae4ef7 (diff)
add js cross-compilation instructions to readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b7539ac..f175afa 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ cd frontend
reload
```
+(to cross-compile the frontend to javascript, run: `nix-build -A frontend`.)
+
run backend:
```shell