- Set up environment variables
# Copy the example environment file cp .env.example .env # Edit .env with your configuration values
- Start the application
docker-compose up -d
- First-time setup
Note: Only required for initial setup If this is your first time running the application, import the database schema:
./import-surrealdb-schema.sh
- Docker & Docker Compose
- SurrealDB
- NodeJs v23.7.0
- Pnpm 10.2.1