8 lines
664 B
Markdown
8 lines
664 B
Markdown
# Development Learnings and Best Practices
|
|
|
|
This document serves as a repository of important learnings, corrections, and best practices provided by the user during the development of the Airport Announcement System. This file only contains things that were corrected by the user or things that wouldn't have been known without the user's guidance - not things figured out independently during troubleshooting.
|
|
|
|
## Environment Behaviors
|
|
|
|
1. **Streamlit and Backend Auto-Reload**: Both the Streamlit frontend and the backend API automatically reload when their source files are changed. There's no need to manually restart these services after making code changes.
|