learnings/README.md

18 lines
331 B
Markdown

# Keyboard Learning Game
Full-screen blue background. Whatever key you press shows up **BIG + BOLD** for kids to learn letters, numbers, and symbols.
## Run
### Option 1: Open directly
Open `index.html` in your browser.
### Option 2: Run a small server (recommended)
```bash
npm start
```
Then open `http://localhost:8080`.