Initialize FishIQ development foundation

This commit is contained in:
reaper
2026-08-28 10:56:14 -05:00
commit 3eb459a307
81 changed files with 1642 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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.