add minor lines to readme

This commit is contained in:
sorrel 2024-06-23 16:54:27 -04:00
parent ee9a6222fa
commit a23c93317b

View file

@ -10,9 +10,14 @@ assuming nix flake
nix develop nix develop
# or if using direnv # or if using direnv
echo "use flake ." > .envrc echo "use flake ." > .envrc
direnv allow
# endif
npm run dev npm run dev
# runs dev server on localhost:4000 # runs dev server on localhost:4000
# instances run on incremntal ports # instances run on incremntal ports
# refresh page to reflect changes # refresh page to reflect changes
npm run build
# builds new xdc as dist/webxdc-go.xdc
``` ```