Skip to content

lklong709/pim-app

 
 

Repository files navigation

AesirX PIM

About

AesirX PIM is our Open-Source Product Information Management as a Service (PIMaaS) Solution

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

Development setup

Configure

  1. Get your REACT_APP_CLIENT_SECRET key from https://pim.aesirx.io by creating an account.
  2. Rename the .env.dist file to .env.
  3. Replace the REACT_APP_CLIENT_SECRET in the .env file with the one provided in your profile account.
  4. Replace the REACT_APP_ENDPOINT_URL in the .env file with the link to your server.

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • SCSS 8.7%
  • Other 0.3%