This is the live code to retro.voxels.com. PRs are welcome. Read agents.md for coding guidelines.
pnpm installpsql voxels < db/import.sqlpnpm run dev- Open port 9000
- Clone repo
- Install postgres@18 and node@24 and pnpm
createdb voxels && psql voxels < db/import.sqlpnpm 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.