Open source CRM platform for any business.
Follow us at LinkedIn: https://www.linkedin.com/company/ceremonycrm
- PHP
- Composer
- Node.js + NPM
Action | Command |
---|---|
Clone this repo | git clone https://github.com/wai-blue/ceremonycrm.git |
CD into the project's folder: | cd ceremonycrm |
Install PHP dependencies | composer install |
Install JS dependencies | npm install |
Build JS and CSS | npm run build |
Initialize project | php ceremony init |