forked from ChurchCRM/CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
How to build & test code changes via docker
George Dawoud edited this page May 2, 2021
·
2 revisions
- download GitHub Desktop
- Checkout the project via GitHub Clone
- You will need NPM
- Run
npm run deploy
- JS changes do not require a rebuild
- PHP changes do not require a rebuild
- New PHP Class require a rebuild
- always pull the lastest from
master
- Download docker
- run
npm run test-via-docker