calorie-tracker/README.md
OpenClaw CI 12082aa36b
Some checks failed
Build & Test / build (push) Failing after 2s
Build & Test / publish-client (push) Has been skipped
Build & Test / publish-api (push) Has been skipped
Add project README and .gitignore
2026-06-07 20:22:45 +00:00

24 lines
416 B
Markdown

# CalorieTracker
Blazor WASM + API calorie tracking application.
## Project Structure
```
src/
CalorieTracker.Client/ # Blazor WASM frontend
CalorieTracker.Api/ # .NET Web API backend
```
## CI/CD
Pushes to `main` or `develop` trigger automatic builds via Forgejo Actions.
Merges to `main` trigger automatic deploy to hosting.
## Getting Started
```bash
dotnet restore
dotnet build
dotnet test
```