This repository contains the tools to create Pumble apps.
- Pumble SDK - A javascript framework to quickly build Pumble apps.
- Pumble CLI - A cli tool to generate and run Pumble apps from your local environment.
Read the full documentation to get started.
npm i -g pumble-cliAfter successfully installing pumble-cli use the command below to log in to your workspace
pumble-cli loginYou will be asked to input your email address and you will receive a code in your inbox. After logging in you can proceed to create your first Pumble App.
pumble-cli createThis command will ask you to type a name and description and will generate the project.
After this command has completed you can then cd into the generated directory and start the addon.
cd my_app
npm run devIf you login into Pumble you will see your App is installed and ready to use.
Tip
You can also skip installing pumble-cli and use npx pumble-cli create instead