- Node.js
- Yarn
- Clone the repository:
git clone [email protected]:gibwork/gibwork-github-tips.git
- Navigate to the project directory:
cd gibwork-github-tips
- Install the dependencies with
yarn install
- Copy the
.env.example
file to.env
and fill in the required values
To run the project in development mode, use the following command:
yarn dev
To run the project in production mode, use the following command:
yarn build
yarn start
The 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.