mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 18:19:39 +02:00
New project with 22+ browser games and AI game generation capabilities: - Astro PWA web app with game catalog and player - NestJS backend with AI game generator (Gemini, Claude, GPT-4o) - Community game submission via GitHub API - postMessage integration for score tracking - PWA support with offline capabilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
No EOL
406 B
Text
11 lines
No EOL
406 B
Text
# OpenRouter API Key
|
|
# Get your API key from https://openrouter.ai/keys
|
|
OPENROUTER_API_KEY=your_api_key_here
|
|
|
|
# GitHub API Token (for community submissions)
|
|
# Create a personal access token with 'repo' scope at https://github.com/settings/tokens
|
|
GITHUB_TOKEN=your_github_token_here
|
|
|
|
# GitHub Repository Settings (optional - defaults to current repo)
|
|
GITHUB_OWNER=your_github_username
|
|
GITHUB_REPO=mana-games |