Skip to main content

Installation

Requirements

Before getting started, you will need to make sure you have the following requirements installed on your machine:

Getting started

Install appmaker cli

To get started, you will need to install the appmaker-cli package. To do this, open a terminal window and run the following command:

npm config set '@appmaker-partners:registry' 'https://flash.appmaker.xyz' 
npm i -g @appmaker-partners/cli

Login to appmaker cli

To login to the appmaker-cli, run the following command:

appmaker login

This will open a browser window where you can login to your appmaker account. Once you have logged in, you will be redirected to a page where you can create the token. Copy the token and paste it in the terminal window where you are logged in to the appmaker-cli.