mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
26 lines
316 B
Markdown
26 lines
316 B
Markdown
# 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`
|