From 992c7e0d79e5610ded7eee639b2754b8f0dbb2a8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 22 Mar 2021 17:45:50 +0800 Subject: [PATCH] document JS rebuild --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dfeb311..b00884b 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,9 @@ Start: ``` zola serve ``` + +To update the .min.js and .jsx file: + + ``` + nix-shell -p nodejs --run "npm run build" + ```