🤖 Simple chat bot for sending daily Packt Publishing Free eBooks to your Slack channel
To get up and running with docker you will need to:
-
Create an .env file and set environment variable:
SLACK_WEBHOOKS="your-slack-channel-webhook"
-
cd in the .docker directory and Build your image
docker build -t nameOfYourImage:version .
-
Run your image
docker run --rm nameOfYourImage:version yarn start
Alternatively, to run the application without docker you need to
-
follow the first step stated above
-
run
yarn set version berry
-
run
yarn
-
Follow the guide on the link to setup your IDE https://yarnpkg.com/advanced/editor-sdks
-
run
yarn start