mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
7cfc539ce92bea8a4c7cfe3068b9e46384ee2e90
EspoCRM is an Open Source CRM (Customer Relationship Management) software that allows you to see, enter and evaluate all your company relationships regardless of the type. People, companies or opportunities - all in an easy and intuitive interface.
How to get started
- Clone repository to your local computer.
- Change to the project's root directory.
- Install composer.
- Run
composer installif composer is installed globally orphp composer.phar installif locally.
Never update composer dependencies if you are going to contribute code back.
Now you can build.
If your repository is accessible via a web server then you can run EspoCRM by url http://PROJECT_URL/frontend w/o making a build. You will need to have proper data/config.php and existing database.
How to build
You need to have nodejs installed.
- Change to the project's root directory.
- Install project dependencies with
npm install. - Run Grunt with
grunt.
The build will be created in the build directory.
License
EspoCRM is published under the GNU GPLv3 license.
Languages
PHP
65.1%
JavaScript
23.9%
TypeScript
6%
Less
2.9%
Smarty
1.9%
Other
0.2%