This is the live code to retro.voxels.com. PRs are welcome. Read agents.md for coding guidelines.
pnpm install and the database seed run when the codespace is created, so it comes up ready.
pnpm run dev- Open port 9000
- Clone repo (
git clone --filter=blob:nonehalves it, 225MB to 114MB, by leaving old database dumps on the server) - Install postgres@18 and node@25 and pnpm
createdb voxels && cat db/import.sql.gz | gunzip | psql voxelspnpm installpnpm run dev
(Only *nix environments are supported, PC users install WSL)
Thie app is deployed to digitalocean app platform from main at https://retro.voxels.com
PRs are reviewed by @bnolan and if merged will be deployed to production.
This project is licensed under the Business Source License 1.1 (BSL 1.1). Please read the license carefully. This is not an OSI compatible license.
By contributing to this repository, you agree that your contributions (commits) are licensed under this Business Source License 1.1, including the rolling transition to the MIT License three years after the date of your commit.