Skip to content

faisal-raza1208/podpora-bot

 
 

Repository files navigation

Support Bot v2

Support Slack Bot in TypeScript

Table of contents:

Prerequisites

Getting started

  • 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

Deployment

Set in production ENV variables specified in .env.example where the key is Slack Team id

Development

Prerequisites

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

Running tests

npm run test

ESLint

npm run build   // runs full build including ESLint
npm run lint    // runs only ESLint

More

Check all available tasks to use for development.

npm run --list

To-do

https://github.com/Syft-Application/podpora-bot/issues

License

Copyright (c) Marek L. All rights reserved. Licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • Other 1.3%