add missing dev line

pull/4824/head
Antony Jones 5 years ago
parent 856cb87339
commit fe036c5703

@ -26,6 +26,7 @@ PUBLISH=1 npm run build
cd site cd site
npm ci npm ci
npm run update npm run update
npm run dev
``` ```
Then visit the REPL at [localhost:3000/repl?version=local](http://localhost:3000/repl?version=local). Please note that the local REPL only works with `npm run dev` and not when building the site for production usage. Then visit the REPL at [localhost:3000/repl?version=local](http://localhost:3000/repl?version=local). Please note that the local REPL only works with `npm run dev` and not when building the site for production usage.

Loading…
Cancel
Save