Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 420 Bytes

Hamal Updates

A simple discord web hook to get hamal updates.

Installation

  1. Clone the repository
  2. Install dependencies with npm install
  3. Create a .env with WEBHOOK_URL set to your webhook url

Usage

First build the application with npm run build

Then run the application with npm start

For development simply run npm run dev

Deployment

Docker can be used with the provided Dockerfile.