create-app-bundle
Installation
SKILL.md
Create App Bundle
Set up the metadata and assets needed for the game to appear on Puzzmo.
Steps
-
Create a
public/directory for static assets if it doesn't exist. -
Add the
appBundlePlugintovite.config.ts:import { defineConfig } from "vite" import { puzzmoSimulator, appBundlePlugin } from "@puzzmo/sdk/vite"