A simple app for automatically booking tickets.
Demo: https://tix.den01den01.com
This project supports automatically booking the following types of tickets
this repo is only the font end of tix
, you should running the tix-worker to do the booking jobs
-
clone this project
git clone https://github.com/den19980107/tix.git
-
install dependency
npm install or yarn install
-
running locally
npm run dev
-
build
docker build --platform=linux/amd64 -t den19980107/tix . docker push den19980107/tix:latest