0.0.0 • Published 7 years ago
bspoek v0.0.0
README
Prerequisites
- node v10+
- docker
- docker-compose
Install
Use this for initial install and package updates, this now automatically calls lerna bootstrap.
npm iStart
start-dev now automatically runs docker-compose up -d.
npm run start-devUtilities
Build database schema, required when schema is updated.
npm run build-schemaClean all packages
npm run cleanFor running custom commands on docker-compose, eg. npm run docker rm.
npm run dockerInstead of requiring global package installs, use npx to call cli dependencies instead.
npx lerna|graphql|nodemon|prisma|yarn ...Stop
Will stop docker images from running
npm run docker-stop0.0.0
7 years ago