In use by @comet/create-app
to create new Comet DXP projects. Find more information in the Comet DXP documentation.
// 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
// 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