Visit https://docs.comet-dxp.com/ to view the documentation.
The following tools need to be installed on your local machine.
Run the install.sh script to install dependencies and setup needed symlinks.
sh install.shIt is recommend to run install.sh every time you switch to the main branch.
Start Comet Admin packages
yarn dev:adminStart CMS packages
yarn dev:cmsIt is also possbile to start specific microservices
yarn dev:cms:api # (api|admin|site)yarn dev:demoDemo will be available at
- Admin: http://localhost:8000/
- API: http://localhost:4000/
- Site: http://localhost:3000/
It is also possbile to start specific microservices
yarn dev:demo:api # (api|admin|site)yarn storybookStorybook will be available at http://localhost:26638/
./wml-add.sh ../example
wml start
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.