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

Wordle-like game, but answer keywords will be always word about developments.

Notifications You must be signed in to change notification settings

gze1206/Devle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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