From 7414462b6f25d4a0049663f8f7de1267bd065212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 13 Oct 2024 13:00:51 +0200 Subject: add js cross-compilation instructions to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3