sentral.rn
v1.2.6
Published
Sentral Application - Flagship for Web
Downloads
4
Readme
Sentral Website
Build and Run
Run with node 12
For development:
RN_ENV=dev yarn && RN_ENV=dev yarn run init:web && RN_ENV=dev yarn run compile-web
For staging:
RN_ENV=staging yarn && RN_ENV=staging yarn run init:web && RN_ENV=staging yarn run compile-web
For production:
RN_ENV=prod yarn && RN_ENV=prod yarn run init:web && RN_ENV=prod yarn run compile-web
Run with SSR
RN_ENV=dev yarn && RN_ENV=dev yarn run start-ssr
Deployments
Production and UAT environments are using config for PROD. DEV01 environment is using config for STAGING. DEV02 environment is using config for DEV.
Environment | Last Deploy Diff | Pending Deploy Diff | Deploy Link | URL :----------: | :------------------------: | :------------------------------: | :----------------------------: | :------: Production - prod | Last | Pending | Deploy | [Link][https://sentral.com/] UAT - prod | Last | Pending | Deploy | [Link][https://sentral.uat.bbhosted.com/] Dev01 - staging | Last | Pending | Deploy | [Link][https://sentral-dev01.uat.bbhosted.com/] Dev02 - dev | Last | Pending | Deploy | [Link][https://sentral-dev02.uat.bbhosted.com/] Dev03 - training | Last | Pending | Deploy | N/A