aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2022-09-04 16:21:18 +0200
committerJoris2022-09-04 16:21:18 +0200
commit0b32b9110dd406ca052cfd7348f0ddd7e35b048e (patch)
tree11e0da7d61be8d7602c53b95d1738a87b2179dd2 /README.md
parenta5f8943c7eecd2048007b53610d7bc1edaa5ac05 (diff)
Use esbuild to produce JS
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9f5b91f..4060ec1 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
# Getting started
-Run:
+With nix installed:
-```sh
-nix-shell --run bin/watch.sh
-```
+ bin/dev-server
Then, open your browser at `http://localhost:8000`.