Imported from Imlokzu/claude-bot (
Device Setup Wizard/AGENTS.md). Install upstream withnpx skills add Imlokzu/claude-bot --skill Device Setup Wizard. Copyright stays with the author.
figma-make-app
React + Vite + Tailwind CSS project running inside Figma Make.
Development Server
A Vite development server is always running on $PORT (default 8443). You don't need to start it manually.
- Preview URL: The user can access the running app through the preview panel
- Hot reload: Changes to source files are reflected immediately
Key Files
src/App.tsx- Main application componentsrc/main.tsx- React entry pointsrc/index.css- Global styles and Tailwind CSS importpackage.json- Dependencies and scriptsvite.config.ts- Vite configuration.mise.toml- Toolchain versions (Node.js, pnpm)
Styling
This project uses Tailwind CSS v4 for styling. Use Tailwind utility classes directly in JSX. Tailwind is loaded via the Vite plugin — no PostCSS config needed.