updating the readme a little
This commit is contained in:
27
README.md
27
README.md
@@ -54,20 +54,27 @@ choco install make
|
|||||||
|
|
||||||
## Build Commands
|
## Build Commands
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Build all binaries
|
# Run web (without hot reload)
|
||||||
make build # Creates bin/pm, bin/tui, bin/web, bin/survey
|
make web
|
||||||
|
|
||||||
# Run specific interfaces
|
# Web with hot reload
|
||||||
make cli # Run CLI interface
|
|
||||||
make tui # Run TUI interface (interactive)
|
|
||||||
make web # Run Web server (localhost:8080)
|
|
||||||
make start # Run survey interface
|
|
||||||
|
|
||||||
# Development with hot reload
|
|
||||||
make dev # Watch templ files and auto-reload web
|
make dev # Watch templ files and auto-reload web
|
||||||
make tw # Watch Tailwind CSS changes
|
make tw # Watch Tailwind CSS changes
|
||||||
|
|
||||||
|
# Run tui
|
||||||
|
make tui
|
||||||
|
|
||||||
|
# Run cli
|
||||||
|
go run ./cmd/cli
|
||||||
|
|
||||||
|
# Run a specific task with a specific interface (e.g. WEB UI and priority_management)
|
||||||
|
go run ./cmd/pm survey start -i web -t priority_management
|
||||||
|
|
||||||
|
# Build all binaries
|
||||||
|
make build # Creates bin/pm, bin/tui, bin/web, bin/survey
|
||||||
|
|
||||||
# Docker (lazyos desktop environment)
|
# Docker (lazyos desktop environment)
|
||||||
make os-build # Build lazyos Docker image
|
make os-build # Build lazyos Docker image
|
||||||
make os-run # Run lazyos container (localhost:3000-3001)
|
make os-run # Run lazyos container (localhost:3000-3001)
|
||||||
@@ -194,4 +201,4 @@ See `.github/workflows/` for details.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
See [LICENSE](LICENSE) file for details.
|
See [LICENSE](LICENSE) file for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user