The project uses proto to pin development tools. Install the configured toolchain and Git hooks, then start the development server:
proto use
just install-hooks
just devThe site is available at http://127.0.0.1:3000. To use another port:
just dev 4610just dev also starts a persistent local SurrealDB container on port 5800;
the application bootstraps its schema on connection. Seed fitness data
separately with just reset-fitness-local [csv] (default
/home/benji/Downloads/WorkoutData.csv). See docs/fitness.md.
If .env.dev configures the Discord bot, just dev runs it too, so lift
announcements and Pants Off ingestion can be exercised in test channels;
just dev --no-podrick skips it. See docs/podrick.md.
Run just or just --list to see the available commands.
just build
just release
just check- Railway origin:
just deploy— seerailway.tomlanddocs/railway-deploy.md - Cloudflare DNS, Tunnel, and CDN: see
docs/cloudflare-deploy.md