Development and deployment operations documentation.
- dev.md - General development commands (build, format, test)
- dev-backend.md - Zero-to-first-run backend setup guide
# Format all code
dotnet format && cd thingconnect.pulse.client && npm run format && cd ..
# Build everything
dotnet build
# Run application
cd ThingConnect.Pulse.Server && dotnet run- Backend: Follow dev-backend.md for detailed setup
- Frontend: Integrated with backend development workflow
- Full Stack: Both backend and frontend run together via dotnet run
This directory will expand to include:
- CI/CD pipeline configurations
- Deployment scripts and automation
- Monitoring and logging setup
- Performance testing and optimization guides
- Production operations runbooks