docs: add lesson design best practices to CLAUDE.md

Document learnings for creating effective lessons:
- Clear task instructions with selector and property
- Use codePrefix for context
- Simple, human-friendly values
- Named CSS colors for engagement
- Focused validations
- Semantic HTML in examples
This commit is contained in:
2025-12-30 12:25:33 +01:00
parent 6bb8268c9d
commit 0b14471781
2 changed files with 34 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ Code Crispies is a web-based learning platform designed to help users master CSS
1. Clone the repository:
```bash
git clone https://github.com/nextlevelshit/code-crispies.git
git clone https://git.librete.ch/libretech/code-crispies.git
cd code-crispies
```
@@ -244,4 +244,4 @@ When adding new lessons:
## 📄 License
Copyright (c) 2025 Michael Czechowski. Licensed under the [./LICENSE](WTFPL).
Copyright (c) 2025 Michael Czechowski. Licensed under the [./LICENSE](WTFPL).