This commit is contained in:
Yuri Kuznetsov
2014-09-30 12:33:39 +03:00
parent ec338fb0fd
commit 274663e426
+21
View File
@@ -1,2 +1,23 @@
<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.
<h3>How to build</h3>
<p>
You need to have nodejs installed.
</p>
<ol>
<li>Change to the project's root directory.</li>
<li>Install project dependencies with npm install.</li>
<li>Run Grunt with grunt.</li>
</ol>
<p>
The build will be created in the <i>build</i> directory.
</p>
<h3>License</h3>
<p>
EspoCRM is published under the GNU GPLv3 <a href="https://github.com/espocrm/espocrm/blob/master/LICENSE.txt">license</a>.
</p>