- Live site: https://www.brisbanesocialchess.org.au/
- Current Development site: https://brisbanesocialchess.github.io/
- Cloudflare Playground: https://cfsite.brisbanesocialchess.workers.dev/
- CONTRIBUTING Guide
- Cloudflare Workers Development
- About Brisbane Social Chess
- Getting Started / Building the Site
- Build the Docker image for running
pre-commit
easily
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
Experiment with Lerna and bootup a local developer playground from the repository root with: npx lerna run dev
.
To work with the Cloudflare Workers site in the packages/cfsite
directory:
cd packages/cfsite
npx wrangler dev
cd packages/cfsite
npm run test
Read below for instructions about the current static development site hosted on GitHub Pages.
Brisbane Social Chess is a community-focused website dedicated to chess enthusiasts in Brisbane. Our goal is to provide news, events, resources, and a platform for social chess activities.
To start a local development server with live reload, run:
cd docs
npx serve
docker build -t my-go-precommit .
or
docker build --no-cache -t my-go-precommit .
And then:
docker run --rm -v "$PWD":/app -w /app my-go-precommit
Or if you want to run and keep the container and go into bash:
docker run -it -v "$PWD":/app -w /app my-go-precommit bash
© 2025 Brisbane Social Chess