Skip to content
/ clash Public

Intuitive self-hosted solution for small tournaments. Fully automated with CI and Docker images.

Notifications You must be signed in to change notification settings

crnvl/clash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Backend CodeQL

clash

fun stack using:

  • vue
  • typescript
  • tailwind
  • mongodb

Run with Docker

docker pull ghcr.io/angelsflyinhell/clash_backend:latest
docker run --net host --env MONGO_URI=$MONGO_URI -d ghcr.io/angelsflyinhell/clash_backend

docker pull ghcr.io/angelsflyinhell/clash_frontend:latest
docker run -p 3003:80 -d ghcr.io/angelsflyinhell/clash_frontend