A rewrite of Browser Ball by Mark Mahoney.
Run bun install
inside the root directory, and then run bun dev
to launch the stie.
Run bun run build
to build the static site. Run bun preview
to test it out.
This repo is configured to automatically build and deploy the site to github pages upon a push to main
. To preview the version for github pages, run bun run build
and bun preview
with the environment variable GITHUB_PAGES=true
.