Not affiliated with Clockwork Labs
This project is a work in progress and is not yet ready for production use. On that note we currently do not have an easy setup for contributing to this project. As you need to have all the game database state.
We are using Bun for this project.
Make sure to install the dependencies:
bun install
# or
just install
Start the development server on http://localhost:3000
:
bun run dev
# or
just dev
Build the application for production:
bun run build
# or
just build
Start the production server:
bun run .output/server/index.mjs
# or
just start