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 setupchevron-rightPaddle Accountchevron-right

Become our collaborator on GitLabarrow-up-right

By becoming our collaborator, you will always have access to the latest code. Send usarrow-up-right your GitLabarrow-up-right username and purchase code.

Then we will add you as collaborator on our repository.

Fork it. arrow-up-right

Then you will have your own clone of the App Builder site.

circle-info

If you don't want to wait for us to give you access, you can create new private repository with the code you downloadedarrow-up-right from Code Canyon (Builder Folder). But this way you lose the opportunity to sync with our source code when we release new version.

Publish on Netlify

Create account on Netlify.arrow-up-right

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

circle-check
circle-info

Firebase have made changes in their firebase database link structure. So new databases are operating under https://PROJECTID-default-rtdb.firebaseio.com/. In that case, you need to deine new variable

circle-check
circle-check

circle-check

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.

  1. 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.

circle-info

Your Builder Site is Active now. You can accept new customers now.

Local ( On your computer ): Makes iPhone apps ( Mac Only ) and Android Apps (MAC or Windows) )

Run App Producer locallychevron-right

Update to latest repository code.

With GitLab we can configure automatic code syn so your fork always has the latest code automatically. To do that.

Send us arrow-up-right

  1. GitLab Username

  2. Forked project link

And your code and instance on Netlify will be always up to date. No manual action needed.

Last updated