Preparing your environment
Last updated
Was this helpful?
Last updated
Was this helpful?
The Singular Widget SDK requires a local installation of Node.js. Download it from .
After installing Node.js, open a console and install singular-cli
by running this command:
After the installing the CLI, console commands to create and deploy Singular widgets and apps will become available.
The create
commands serve to clone the Singular boilerplates into a specified folder.
The deploy
commands check, package, and upload your widget or app code to Singular.live. Every widget and app is identified by a unique deploy key. Generating a deploy key is covered .
Create Singular widget boilerplate
Deploy a Singular widget
For more information about the Singlar.live CLI see .