Create an app in VS Code

To create an app in VS Code:

1

Click the + icon in the header of the My apps section or call the >New app command directly from the command palette.

2

Enter a label. This is the app name that users will see in the Scenario builder.

3

A placeholder app ID is generated for you. It will be used in the URL paths and in the scenario blueprint. It should be clear to which app it leads and it has to match (^[a-z][0-9a-z-]+[0-9a-z]$) regular expression.

This value can't be changed.

4

Enter the app version. Currently, you can only create apps in version 1.

5

Enter a description of your app.

6

Enter a color theme for your app. This is the color of the app's modules as seen in scenarios. The theme is in hexadecimal format. For example, the Make app's color is #6e21cc.

7

Enter the language of the app's interface. Most aps in Make are in English.

8

Enter countries where the app will be available. If you do not select any countries, Make will consider the app to be global.

9

Confirm the last dialog

Your app is in the My Apps view and you can start coding.

Last updated