Installation
Requirements
Before getting started, you will need to make sure you have the following requirements installed on your machine:
Getting started
- Mac/Linux
- Windows
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
- Download and install nvm-setup.exe from here
- Open command prompt as administrator and run the following command to install node
nvm install latest
- Run the following command to use the node version you installed
nvm use 14.19.3
Replace 14.19.3 with the node version you want to use.
- Run the following command to install appmaker cli
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
.