You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Development
make dev # Run in development mode
make build # Build the application
make frontend # Build frontend assets
make test# Run tests# Docker
make docker # Production deployment
make docker-dev # Development deployment
make docker-stop # Stop services# Maintenance
make logs # View production logs
make logs-dev # View development logs
make clean # Clean build artifacts
Contributing
We welcome contributions! Please see our Contributing Guide for details.
Fork the repository
Create your feature branch (git checkout -b feature/amazing-feature)
Commit your changes (git commit -m 'Add some amazing feature')
Push to the branch (git push origin feature/amazing-feature)
Open a Pull Request
🚦 Roadmap
v1.1.0 - Advanced analytics and reporting
v1.2.0 - Plugin system for extensibility
v1.3.0 - Built-in CDN integration
v1.4.0 - Advanced deployment strategies
v1.5.0 - Mobile application for management
📝 License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.