We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e863c2e commit f5d2758Copy full SHA for f5d2758
README.md
@@ -15,7 +15,8 @@ You'll need:
15
16
`cd web`, and then:
17
18
-- `npm i` to install dependencies
+- `npm ci` to install dependencies (`ci` to make sure the versions in
19
+ `package-lock.json` are used)
20
- `npm run wasm` to rebuild the Rust backend
21
- vite doesn't automatically rebuild when you edit things
22
- `npm run dev` to run locally
0 commit comments