- Introduced environment mode variable to control bot and web server behavior.
- Updated startup script to run Gunicorn in production mode and Flask in development mode.
- Created a new WSGI entry point for the web application.
- Implemented a new route to display a list of players fetched from the database.
- Added a navigation menu in the header for better accessibility.
- Updated the about page content for clarity and engagement.
- Removed redundant header content from the index page.