Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 453 Bytes

File metadata and controls

27 lines (19 loc) · 453 Bytes

Validity-REST

RESTful API for Validity discord bot.

To install dependencies:

bun install

To run locally:

bun dev

To build with docker on your server:

docker build -t validity-rest .

Then to run the image:

docker run -d -p 80:8080 validity-rest

This project was created using bun init in bun v1.0.32. Bun is a fast all-in-one JavaScript runtime.