Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 401 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 401 Bytes

require .env file

VITE_DISCORD_CLIENT_ID="DISCORD CLIENT ID"
DISCORD_CLIENT_SECRET="CLIENT SECRET"
DISCORD_API_HOST="https://discord.com/api/v10"
JWT_SECRET="JWT SECRET"
DAILY_MAX_TRY=6

PORT=3000
DATABASE_URL="mysql://user:password@host:port/database"

How to run local server

bun install
bun run dev

How to build & run prod server

bun run build
bun serve