Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ source $HOME/.cargo/env
curl -fsSL https://deno.land/x/install/install.sh | sh
export DENO_INSTALL="/home/$USER/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"

# Install ReScript
npm install -g rescript
```

ReScript is pinned in `deno.json` (`npm:rescript@^12.0.0`) and resolved on first `deno task res:build` — no global install required.

### Clone and Build

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/QUICKSTART-FOR-SON.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ On top of these, there are **overlay panels** you can open from the panel bar (v
cd ~/Documents/hyperpolymath-repos/panll

# Terminal 1: Start the ReScript compiler (watches for changes)
npx rescript-legacy -w
deno task res:watch

# Terminal 2: Bundle the JS and serve
just bundle && just serve:dev
Expand Down
Loading