a [webxdc](https://webxdc.org/docs/get_started.html) implementation of the board game Go
Find a file
2024-06-19 18:03:21 -04:00
dist init from webxdc/hello 2024-06-19 16:12:42 -04:00
src init from webxdc/hello 2024-06-19 16:12:42 -04:00
.gitignore add readme and fix dev script 2024-06-19 18:03:21 -04:00
flake.lock add readme and fix dev script 2024-06-19 18:03:21 -04:00
flake.nix add readme and fix dev script 2024-06-19 18:03:21 -04:00
package-lock.json init from webxdc/hello 2024-06-19 16:12:42 -04:00
package.json add readme and fix dev script 2024-06-19 18:03:21 -04:00
README.md add readme and fix dev script 2024-06-19 18:03:21 -04:00

webxdc-go

a Go game application for webxdc

develop

assuming nix flake

nix develop
# or if using direnv
echo "use flake ." > .envrc

npm run dev
# runs dev server on localhost:4000
# instances run on incremntal ports
# refresh page to reflect changes