Skip to content

lklong709/mcms-app

This branch is 13 commits ahead of GiaPhu811/mcms-app:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4ce7b1 · Feb 16, 2023
Feb 16, 2023
Feb 1, 2023
Feb 16, 2023
Feb 2, 2023
Feb 6, 2023
Feb 1, 2023
Feb 1, 2023
Feb 16, 2023
Feb 2, 2023
Nov 23, 2022
Feb 6, 2023
Nov 23, 2022
Feb 2, 2023
Feb 2, 2023
Nov 23, 2022
Feb 2, 2023
Feb 16, 2023
Feb 16, 2023

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

Development

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

Production

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.8%
  • SCSS 11.7%
  • Other 0.5%