Requirements:
- Node ^21
- pnpm
- Docker & Docker Compose
Install dependencies with pnpm:
# Install dependencies
pnpm i
Start the app, including running the containers required for the backend.
# Run the app
pnpm start
Deployment is already set up if you're using fly.io. You need to edit the fly.main.toml
and fly.og.toml
to enter your own project credentials and domain. Then, you can deploy the app using the following commands:
# Deploy the main app
pnpm deploy:main
# Deploy the OG image generator
pnpm deploy:og