Install the WEB PLATFORM
Netlify offer continues deployment for our Web Platfrom - For free.
Video Guide
The video uses github - now we use gitlab. But steps are similar. Follow the written docs.
Make Firebase and Paddle Account
Firebase Account setupPaddle AccountBecome our collaborator on GitLab
By becoming our collaborator, you will always have access to the latest code. Send us your GitLab username and purchase code.
Then we will add you as collaborator on our repository.
Then you will have your own clone of the App Builder site.
Publish on Netlify
Click on the button "New GIT Site"
Then select GitLab and connect with your account where you have forked the repository.
For Build command enter: unset CI && node fillenv.js && npm run build:cloud
Environment variables
Now on Netlify, click on "Deploy new site".
In you project, register with the admin email you have provided.
Configure React App Builder
Now you site is up and running. But it is running on a subdomain from Netlify.
And you would want to have it under your domain. ex. builder.MYDOMAIN.com
NOTE: If you use Cloud Version - we will email you instructions.
This is supper easy.
Go in Domain Settings

2. Add custom domain


3. Receive DNS info. Enter the required DNS changes in your cPanel, Domain Register or DNS provider.

Local ( On your computer ): Makes iPhone apps ( Mac Only ) and Android Apps (MAC or Windows) )
Run App Producer locallyUpdate to latest repository code.
With GitLab we can configure automatic code syn so your fork always has the latest code automatically. To do that.
GitLab Username
Forked project link
Access token with api access
And your code and instance on Netlify will be always up to date. No manual action needed.
Last updated
Was this helpful?