mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 13:28:36 -07:00
Flipper Zero JavaScript SDK Wizard
This package contains an interactive wizard that lets you scaffold a JavaScript application for Flipper Zero.
Getting started
Create your application using the interactive wizard:
npx @flipperdevices/create-fz-app@latest
Then, enter the directory with your application and launch it:
cd my-flip-app
npm start
You are free to use pnpm or yarn instead of npm.
Documentation
Check out the JavaScript section in the Developer Documentation