# CodeForge IDE **Code = Doc**: All documentation is in `codegen.py` --- ## Quick Start ```bash # See all commands ./codegen.py --help # Start development ./codegen.py dev # Build production ./codegen.py build # Check migration status ./codegen.py audit ``` --- **Documentation**: Run `./codegen.py --help`