A beautiful, paper-inspired study notes viewer for the IS Degree module at Sabaragamuwa University of Sri Lanka.
Start every chat session by reading these context files:
PROJECT_CONTEXT.md - Comprehensive project documentation (architecture, data structures, features)QUICK_REFERENCE.md - Quick reference for common tasks and debuggingThese files use proven context engineering techniques to help you understand and work with this project seamlessly.
Load context files โ Understand project structure โ Execute user requests
This project includes a comprehensive context documentation system:
| File | Purpose | When to Use |
|---|---|---|
๐ CONTEXT_INDEX.md |
Master navigation guide | Finding the right doc |
๐ PROJECT_CONTEXT.md |
Full project documentation | Every fresh chat (essential) |
โก QUICK_REFERENCE.md |
Commands & quick tasks | Task execution (essential) |
๐ฏ FRESH_CHAT_PROMPT.md |
Ready-to-use prompts | Starting new chats |
๐ HOW_TO_USE_CONTEXT.md |
Usage instructions | First time / training |
๐งช CONTEXT_ENGINEERING.md |
Methodology explained | Understanding approach |
Quick Start: Use the prompt template from FRESH_CHAT_PROMPT.md in every new chat session!
You need to run a local web server because browsers block file:// protocol requests.
If you have Python installed:
# Python 3
python3 -m http.server 8000
# Python 2
python -m SimpleHTTPServer 8000
Then open: http://localhost:8000
If you have Node.js installed:
npx http-server -p 8000
Then open: http://localhost:8000
index.htmlIf you have PHP installed:
php -S localhost:8000
Then open: http://localhost:8000
.json note files in the notes/ foldernotes/index.html to list the new files