Syncs Hull Users from/to Intercom. End-users can install in 1 click from the hull.io Dashboard.
If you want to host your own instance:
- Fork
- Install
- Start Redis instance
- Copy .env.sample -> .env and set CLIENT_ID, CLIENT_SECRET, REDIS_URL
npm install
npm start
npm run start:dev # for autoreloading after changesIf you want Docker based development after setting .env file:
docker-compose run install
docker-compose up -d redis
docker-compose up dev # with autoreloading enabled