A Japanese sentence ordering game. Create games by entering Japanese sentences, then practice by dragging words into the correct order.
npm install
cp .env.example .env # Add your ANTHROPIC_API_KEYnpm run devOpens at http://localhost:3000
npm test # Run all tests
npm run test:headed # Run with browser visible
npm run test:ui # Interactive UI mode# Build locally
npm run build
# Upload to server
scp -r package.json server dist .env user@host:/path/to/narabe/
# On server
npm install --omit=dev
npm start # Runs on port 8080ANTHROPIC_API_KEY- Required. Your Anthropic API key.PORT- Server port (default: 8080 in production, 3001 in dev)DATA_DIR- Game storage directory (default:data)