- Install Node.js in your machine.
- Install Yarn in your machine. (
npm install -g yarn) - Run
yarn installin the project directory. - Copy
src/.envtosrc/.env.localand populate in the details. - Run
yarn watchto start the bot. - Remove this part from README
- Uses
@skyra/http-frameworkas the base library - Uses
@skyra/env-utilitiesfor better env management - Typescript support
- Prettier support
- Automated git hooks with husky
- Integrated with commit lint to watch your commit messages
- Uses renovate to keep up with latest dependency updates