Create a package
To create a local development environment for your extension or theme, execute the following command:
info
Prior to creating a new theme or extension locally, you must first create it on https://partners.appmaker.xyz/.
appmaker init
Select the theme or extension you want from the list of available options on your partner account, also select expo(default) from the list of available options for the sdk version and it will automatically be created in your current directory.
Once you have created the theme/extension install the dependencies by running the following command:
cd <theme/extension-name>
yarn install
info
Source code for the theme/extension will be inside the packages/<theme/extension-name>
directory.