- Node.js
- Yarn
- Clone the repository:
git clone git@github.com:gibwork/gibwork-github-tips.git - Navigate to the project directory:
cd gibwork-github-tips - Install the dependencies with
yarn install - Copy the
.env.examplefile to.envand fill in the required values
To run the project in development mode, use the following command:
yarn devTo run the project in production mode, use the following command:
yarn build
yarn startThe GitHub API imposes a default rate limit of 5000 requests per hour. If the bot is set to check notifications every 5 seconds (the default delay), it will operate well within this limit. However, setting the delay too short could result in exceeding the rate limit.