AesirX Marketing Automation Platform is our enterprise-level Digital Marketing Automation platform As a Service (DMAaaS). It fully connects and integrates the marketing department to web, e-commerce, mail, social media, and any other channel, delivering max results.
Find out more in https://dma.aesirx.io/
-
This project is using Monorepos with git submodule. You need to run
git submodule update --init --recursiveafter cloned the project. -
Run
yarn installto install the dependencies. -
Run
yarn prepareto build the dependencies. -
Rename the
.env.distfile to.env. -
Replace license keys in the
.envfile with the one provided in your profile account.REACT_APP_SSO_CLIENT_IDreplace this with the providedSSO CLIENT IDfrom https://dapp.shield.aesirx.io/licensesREACT_APP_SSO_CLIENT_SECRETreplace this with the providedSSO CLIENT SECRETfrom https://dapp.shield.aesirx.io/licensesPORTchange the port. Default is 3000
-
Run
yarn dev -
Open http://localhost:3000 - 3000 is
PORTto view it in the browser.
Run on a webserver:
- Run
yarn buildafter changed.envfile. - Upload
packages/aesirx-dma-app/buildfolder to webserver.
- Run
docker compose -f "docker-compose.yml" up -d --buildafter changed.envfile.