Loading...
Loading...
**๐ START HERE!** Quick navigation to all documentation files:
# ๐ Documentation Guide **๐ START HERE!** Quick navigation to all documentation files: ## ๐ Getting Started (Start Here!) - **[GETTING_STARTED.md](GETTING_STARTED.md)** - Complete getting started guide with project overview, setup instructions, and navigation tips ## ๐ Main Documentation - **[README.md](README.md)** - Project overview, features, installation, and usage - **[QUICKSTART.md](QUICKSTART.md)** - 5-minute quick start setup guide ## ๐๏ธ Technical Documentation - **[ARCHITECTURE.md](ARCHITECTURE.md)** - System architecture, components, and technical design - **[API_REFERENCE.md](API_REFERENCE.md)** - Complete API documentation and function reference ## ๐ฆ Deployment & Development - **[DEPLOYMENT.md](DEPLOYMENT.md)** - Deployment options (Streamlit Cloud, Docker, AWS, Kubernetes) - **[CONTRIBUTING.md](CONTRIBUTING.md)** - Contribution guidelines and development setup ## ๐ Project Information - **[CHANGELOG.md](CHANGELOG.md)** - Version history and feature changes - **[PROJECT_STATUS.md](PROJECT_STATUS.md)** - Project completion status and readiness - **[COMPLETION_SUMMARY.md](COMPLETION_SUMMARY.md)** - What was accomplished summary - **[FILE_STRUCTURE.md](FILE_STRUCTURE.md)** - Complete file and folder organization ## ๐ Legal - **[LICENSE](LICENSE)** - MIT License --- ## Quick Command Reference ### Setup ```bash cp .env.example .env # Create environment file pip install -r requirements.txt ``` ### Run Application ```bash python run.py # or streamlit run src/ui/dashboard.py ``` ### Run Tests ```bash pytest tests/test_patterns.py -v ``` --- ## Recommended Reading Order 1. **For Quick Start (5 minutes)** - GETTING_STARTED.md - QUICKSTART.md 2. **For Understanding the Project (20 minutes)** - README.md - ARCHITECTURE.md 3. **For Development (30 minutes)** - CONTRIBUTING.md - API_REFERENCE.md - FILE_STRUCTURE.md 4. **For Deployment (varies)** - DEPLOYMENT.md --- ## Project Structure ``` flight-sales-dashboard/ โโโ src/ # Source code โ โโโ ui/dashboard.py # Main Streamlit app โ โโโ core/ โ โโโ database.py # Database operations โ โโโ analytics.py # Analytics functions โโโ config/config.py # Configuration โโโ tests/test_patterns.py # Test examples โโโ run.py # Application launcher โโโ [documentation files] ``` --- **Status:** Production Ready | **Language:** 100% English | **License:** MIT
Full-stack web application for the University of Guelph Rocketry Club featuring AI-powered chatbot, member management, project showcases, and sponsor integration.
Reactory Data (`reactory-data`) is the data, assets, and CDN repository for the Reactory platform. It provides baseline directory structures, fonts, themes, internationalization files, client plugin source code and runtime bundles, email templates, workflow schedules, database backups, AI learning resources, and static content.
globs: src/app/**/*.tsx src/components/**/*.tsx src/hooks/**/*.ts src/lib/**/*.ts
A TypeScript CLI application that initiates and maintains an autonomous conversation between two AI personas using Ollama. The app starts with user input and then continues the conversation automatically until stopped.