Files
FishIQ/docs/DEVELOPMENT.md

15 lines
637 B
Markdown

# Development setup
## Prerequisites
- Git
- Docker with Compose and permission to access its service
- Flutter SDK for native mobile development (not needed for the Docker web/API stack)
Copy `.env.example` to `.env`, then run `docker compose up --build`.
## Current devbox notes
At project creation, Git, Docker/Compose, Python, Node, npm, and pnpm were installed. Flutter/Dart were absent, and the current user could not access the Docker socket. Resolve Docker access according to the host's administration policy; do not weaken socket permissions. Install Flutter before generating platform-specific iOS/Android runner files.