Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 794 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 794 Bytes

mmp3

Development

Requirements

Installation

// Execute following script
./install.sh

Uninstallation

// Removes docker volumes and all files and folder which are not managed in the repo (node_modules, lib,...)
// If you want to reset your development environment totally, run this command and ./install.sh afterwards.

./uninstall.sh

Run Services

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

// All services
npm run dev

npx pm2 status
npx pm2 logs [service]
npx pm2 restart [service]
npx pm2 stop all

// import fixtures
npm run --prefix api/iff-api fixtures