Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 869 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 869 Bytes

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