Skip to content

cryptovoxels/retro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Voxels

This is the live code to retro.voxels.com. PRs are welcome. Read agents.md for coding guidelines.

Getting started

Open in GitHub Codespaces

  • pnpm install
  • psql voxels < db/import.sql
  • pnpm run dev
  • Open port 9000

Installing locally

  • Clone repo
  • Install postgres@18 and node@24 and pnpm
  • createdb voxels && psql voxels < db/import.sql
  • pnpm install
  • pnpm run dev

(Only *nix environments are supported, PC users install WSL)

Infrastructure

Thie app is deployed to digitalocean app platform from main at https://retro.voxels.com

Operations

PRs are reviewed by @bnolan and if merged will be deployed to production.

License

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.

Contributor Agreement

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors