Skip to content

Commit 06322d5

Browse files
committed
docs: remove banner and restore gemini info in README
1 parent 7324b29 commit 06322d5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<div align="center">
2-
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
3-
</div>
4-
51
# KOOMPI TYPING
62

73
Master Khmer & English typing through gamified adventures. Build your streak and level up!
@@ -32,11 +28,22 @@ bun run build
3228
bun run preview
3329
```
3430

31+
## Environment Variables
32+
33+
Create a `.env.local` file for optional AI-powered text generation:
34+
35+
```bash
36+
GEMINI_API_KEY=your_api_key_here
37+
```
38+
39+
> **Note:** The app works fully offline without an API key using built-in typing content.
40+
3541
## Tech Stack
3642

3743
- ⚛️ React 19 + TypeScript
3844
- 🎨 Tailwind CSS v4
3945
- ⚡ Vite
46+
- 🤖 Google Gemini (optional, for AI-generated practice texts)
4047

4148
## License
4249

0 commit comments

Comments
 (0)