AesirX DAM is our Open-Source PWA-powered enterprise-level Digital Asset Management as a Service (DAMaaS) Solution
Find out more in https://dam.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.envonpackages/aesirx-dam-appfolder. -
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-dam-app/buildfolder to webserver.
- Rename and copy the
.env.distfile to.envonpackages/aesirx-dam-appfolder torootfolder. - Run
docker compose -f "docker-compose.yml" up -d --build