Create a .env.local file by using this command: cp env.example .env.local
For integrating slack with the application we need to create an app on Slack and get the Webhook URL from it.
You can follow this guide to create a slack integraion for yourself. Slack integration guide.
To run the application on docker please create an .evn.production in each services with cp env.example .env.production
- Run
yarnto install dependencies
- Use
lerna run start:localto run both the services in packages directory