Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 291 Bytes

File metadata and controls

17 lines (12 loc) · 291 Bytes

X-Moto Web

License

This project is licensed under AGPL version 3 (AGPL-3.0-only).
See LICENSE for the full license text.

Running

# (Optional) Start a dev database with Docker
docker compose up -d

# Install deps & run in dev mode
pnpm install
pnpm dev