tuhulab's picture
chore: Organize repository structure - move docs to docs/ and tests to tests/
28b3cfa
# Documentation
This directory contains detailed documentation for developers and contributors.
## Documentation Files
- **[QUICKSTART.md](QUICKSTART.md)** - Quick start guide for getting the app running
- **[LEARNING_GUIDE.md](LEARNING_GUIDE.md)** - Learning resources and educational content
- **[CACHING_GUIDE.md](CACHING_GUIDE.md)** - Guide to the caching system and how it works
- **[LOCAL_TESTING.md](LOCAL_TESTING.md)** - Instructions for testing locally
- **[IMPLEMENTATION_COMPLETE.md](IMPLEMENTATION_COMPLETE.md)** - Implementation status and completion notes
- **[CACHE_FIX_SUMMARY.md](CACHE_FIX_SUMMARY.md)** - Summary of cache-related fixes and improvements
## For Users
If you're just looking to use the app, please refer to the main [README.md](../README.md) in the project root.
## For Developers
Start with the [QUICKSTART.md](QUICKSTART.md) to get your development environment set up, then explore the other guides as needed.