Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.01 KB

Comet DXP Starter

In use by @comet/create-app to create new Comet DXP projects. Find more information in the Comet DXP documentation.

Development

Requirements

Installation

// Optionally set domain to use instead of localhost (add to ~/.bashrc)
export DEV_DOMAIN=my-name.dev.vivid-planet.cloud // Vivid Planet network

// Execute following script
./install.sh

Run Services

// use correct npm version https://github.com/nvm-sh/nvm#deeper-shell-integration
nvm use

// All services
npm run dev

npx dev-pm status [--interval]
npx dev-pm logs <service>
npx dev-pm restart <service>
npx dev-pm shutdown

// import fixtures
npm run --prefix api fixtures

// start repl
npm run --prefix api repl