# project-specific > SciTeX Cloud project-specific guidelines. Use when working on this Django/TypeScript web application. Covers TypeScript compilation, Django organization, and development workflows. - Author: Yusuke Watanabe - Repository: ywatanabe1989/melbourne-moving-sale - Version: 20251231143321 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ywatanabe1989/melbourne-moving-sale - Web: https://mule.run/skillshub/@@ywatanabe1989/melbourne-moving-sale~project-specific:20251231143321 --- --- name: project-specific description: SciTeX Cloud project-specific guidelines. Use when working on this Django/TypeScript web application. Covers TypeScript compilation, Django organization, and development workflows. --- # SciTeX Cloud Project-Specific Guidelines ## When to Use - Working on SciTeX Cloud web application - Editing TypeScript or Django files - Debugging frontend/backend issues - Understanding project structure ## TypeScript Development **Critical: TypeScript watch runs automatically in Docker. NEVER run `tsc` manually.** **Error detection: Check `TYPESCRIPT_ERRORS.log` in project root for compilation errors.** @typescript-watch.md ## Django Organization Full-stack organization with 1:1:1:1 correspondence: @django-organization.md ## Development Environment Docker-based development with hot-reload: @development-environment.md ## Console Debugging Browser console logging for frontend debugging: @console-debugging.md ## Refactoring Django refactoring guide for maintainability @refactoring.md