erxes is an AI meets open source messaging platform for sales and marketing teams.
The project is maintained by erxes Inc, along with an amazing group of independent contributors. We are striving to make customer experience better through our messaging platform.
This repository is the main web app of the erxes platform that consists of 2 other repositories:
If you haven't installed Meteor yet on your machine:
curl https://install.meteor.com/ | sh
Clone erxes repository and install its dependencies:
git clone https://github.com/erxes/erxes.git
cd erxes
meteor npm install
Create settings.json
from default settings file and configure it on your own:
cp settings-example.json settings.json
To start the app:
npm start
App is running at http://localhost:3000. You can login using the credential in the settings.json
.
We haven't done yet: We need to run API and Widgets to make our erxes app fully functional. Please jump to their repositories.
Copyright (c) 2017 erxes Inc - Released under the MIT license.