a [webxdc](https://webxdc.org/docs/get_started.html) implementation of the board game Go
Find a file
oxaliq 7245e7e694 pull in client-side go app
modify build script to create working .xdc
2024-06-22 19:48:16 -04:00
dist pull in client-side go app 2024-06-22 19:48:16 -04:00
src pull in client-side go app 2024-06-22 19:48:16 -04:00
.gitignore add readme and fix dev script 2024-06-19 18:03:21 -04:00
build.sh pull in client-side go app 2024-06-22 19:48:16 -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 pull in client-side go app 2024-06-22 19:48:16 -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