{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "welcome",
"title": "Welcome",
"description": "Get started with Code Crispies",
"mode": "html",
"difficulty": "beginner",
"excludeFromProgress": true,
"lessons": [
{
"id": "hello",
"title": "Hello!",
"description": "Welcome to Code Crispies! Learn CSS and HTML through hands-on exercises.
How it works:
1. Read the task on the left
2. Write code in the editor
3. See live results in the preview
Tips: Use Ctrl+Z to undo. Open the menu (☰) to browse all modules.",
"task": "Write Hello World to get started",
"previewHTML": "",
"previewBaseCSS": "body { font-family: system-ui, sans-serif; padding: 20px; text-align: center; font-size: 2rem; color: #6366f1; font-weight: bold; }",
"sandboxCSS": "",
"initialCode": "",
"solution": "Hello World",
"previewContainer": "preview-area",
"validations": [
{
"type": "contains",
"value": "Hello World",
"message": "Write Hello World"
}
]
}
]
}