Skip to content

VP-DS/comet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comet DXP

Docs

Visit https://docs.comet-dxp.com/ to view the documentation.

Getting started

Prerequisites

The following tools need to be installed on your local machine.

Setup workspace

Run the install.sh script to install dependencies and setup needed symlinks.

sh install.sh

It is recommend to run install.sh every time you switch to the main branch.

Start development processes

Start Comet Admin packages

yarn dev:admin

Start CMS packages

yarn dev:cms

It is also possbile to start specific microservices

yarn dev:cms:api # (api|admin|site)

Start Demo

yarn dev:demo

Demo will be available at

It is also possbile to start specific microservices

yarn dev:demo:api # (api|admin|site)

Start Storybook

yarn storybook

Storybook will be available at http://localhost:26638/

Develop in a project

additional Requirements

./wml-add.sh ../example
wml start

Notes

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.