Slack bot for Skillz App - Keep updated about the new releases of the app, and your activity
All the informations about this bot (configuration, etc) are in this file.
Architecture schéma is in this file.
1/ Start by running : npm i
2/ Create an file named .env
, then find variables thanks to the documentation : https://docs.google.com/document/d/1VNHepiCHvmf6mLz2AZmaUNJzSKHFuQS4N2nUNNzKepY/edit#
3/ Launch the app : npm run dev
🚧 Tests are in progress. 🚧
The test library used is Jest. You can use tests with this command : npm run test
.
The coverage
library is installed on this project. You can check the coverage of this project with this command : npm run coverage
.
Check the actual version of the bots thanks to /skillz-version-{ENV}. If you want to update it, change the "version" field from the package.json