This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/README.md
T
Yuri Kuznetsov fa17104d13 readme changes
2014-09-30 12:39:41 +03:00

17 lines
649 B
Markdown

<a href='http://www.espocrm.com'>EspoCRM is an Open Source CRM</a> (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 build
You need to have nodejs installed.
1. Change to the project's root directory.
2. Install project dependencies with npm install.
3. Run Grunt with grunt.
The build will be created in the `build` directory.
### License
EspoCRM is published under the GNU GPLv3 [license](https://raw.githubusercontent.com/espocrm/espocrm/master/LICENSE.txt).