Skip to content

toanredweb/mcms-app

 
 

Repository files navigation

AesirX MCMS

About

AesirX MCMS is our Open Source MetaVerse CMS as a service solution

Find out more in https://mcms.aesirx.io

Configure

  1. Get your REACT_APP_CLIENT_SECRET key from https://mcms.aesirx.io by creating an account.
  2. Rename the .env.dist file to .env.
  3. Replace license keys in the .env file with the one provided in your profile account.
    1. REACT_APP_CLIENT_SECRET replace this with the provided REACT_APP_CLIENT_SECRET from https://mcms.aesirx.io/
    2. REACT_APP_LICENSE replace this with the provided REACT_APP_LICENSE from https://mcms.aesirx.io/
    3. REACT_APP_SSO_CLIENT_ID replace this with the provided REACT_APP_SSO_CLIENT_ID from https://mcms.aesirx.io/
    4. REACT_APP_SSO_CLIENT_SECRET replace this with the provided REACT_APP_SSO_CLIENT_SECRET from https://mcms.aesirx.io/
    5. REACT_APP_DAM_LICENSE replace this with the provided REACT_APP_DAM_LICENSE from https://dam.aesirx.io/
    6. REACT_APP_DMA_LICENSE replace this with the provided REACT_APP_DMA_LICENSE from https://dma.aesirx.io/
  4. Update Domain & Test domain for licenses. See the install guide for more information https://mcms.aesirx.io/install-guide

yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Get a full build and install it in your favorite web server.

Dockerize

Production

docker compose -f "docker-compose.yml" up -d --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • SCSS 12.0%
  • Other 0.4%