rename: Playground → HTML & CSS Editor, Hello! → Getting started!

This commit is contained in:
2026-01-15 16:18:17 +01:00
parent 8c5012ab89
commit b02690ec60
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
"lessons": [ "lessons": [
{ {
"id": "hello", "id": "hello",
"title": "Hello!", "title": "Getting started!",
"description": "<strong>Welcome to Code Crispies!</strong> Learn CSS and HTML through hands-on exercises.<br><br><strong>How it works:</strong><br>1. Read the task on the left<br>2. Write code in the editor<br>3. See live results in the preview<br><br><strong>Tips:</strong> Use <kbd>Ctrl+Z</kbd> to undo. Open the menu (☰) to browse all modules.", "description": "<strong>Welcome to Code Crispies!</strong> Learn CSS and HTML through hands-on exercises.<br><br><strong>How it works:</strong><br>1. Read the task on the left<br>2. Write code in the editor<br>3. See live results in the preview<br><br><strong>Tips:</strong> Use <kbd>Ctrl+Z</kbd> to undo. Open the menu (☰) to browse all modules.",
"task": "Write <code>Hello World</code> to get started", "task": "Write <code>Hello World</code> to get started",
"previewHTML": "", "previewHTML": "",

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "../schemas/code-crispies-module-schema.json", "$schema": "../schemas/code-crispies-module-schema.json",
"id": "playground", "id": "playground",
"title": "Playground", "title": "HTML & CSS Editor",
"description": "Experiment freely with HTML and CSS", "description": "Experiment freely with HTML and CSS",
"mode": "playground", "mode": "playground",
"difficulty": "beginner", "difficulty": "beginner",
@@ -9,7 +9,7 @@
"lessons": [ "lessons": [
{ {
"id": "sandbox", "id": "sandbox",
"title": "Free Coding", "title": "Editor",
"mode": "playground", "mode": "playground",
"description": "", "description": "",
"task": "", "task": "",