Support Slack Bot in TypeScript
- Clone the repository
git clone --depth=1 https://github.com/keram/podpora-bot.git
- Install dependencies
cd podpora-bot
npm install
- Build and run the project
npm run build
npm start
Visit http://localhost:3000
Set in production ENV variables specified in .env.example where the key is Slack Team id
-
Clone the repository
git clone --depth=1 https://github.com/keram/podpora-bot.git
cd podpora-bot
- Install dependencies
npm install
- Install overcommit
gem install overcommit
overcommit -i
overcommit --sign
npm run test
npm run build // runs full build including ESLint
npm run lint // runs only ESLint
Check all available tasks to use for development.
npm run --list
https://github.com/Syft-Application/podpora-bot/issues
Copyright (c) Marek L. All rights reserved. Licensed under the MIT License.