In the website.config.js file, write the Discord webhook url and your GitHub personal token (public_repo must be checked).
You can use Vercel to host your website.
Install packages.
$npm install
Start development server at ::3000 port.
$npm run dev
Build for production and launch website.
$npm run build && npm start
MIT
Don't forget to star if you like it.