โš™๏ธ Setup & Install

Install Gameer SDK and authenticate with your API key to start generating games from your schema.

๐Ÿ” API Key & Secret

After subscribing, your API Key and Secret will be available in your dashboard. Include them in your request headers:

Authorization: Bearer <YOUR_API_KEY> X-Gameer-Secret: <YOUR_SECRET>

Never share your secret key publicly. You can regenerate it anytime.

๐Ÿš€ Install via CLI

npx create-gameer-app my-game cd my-game npm install npm run dev

๐Ÿ“ฆ Manual Install

npm install gameer-sdk

This provides local schema validation, utilities, and the full codegen interface.

๐Ÿ“ Folder Structure

/game
  โ”œโ”€โ”€ schema/
  โ”‚   โ””โ”€โ”€ game.json
  โ”œโ”€โ”€ assets/
  โ”œโ”€โ”€ public/
  โ””โ”€โ”€ src/
      โ””โ”€โ”€ game/
          โ””โ”€โ”€ ...