1个不稳定版本
0.1.0 | 2023年11月14日 |
---|
#12 in #htmx
7KB
CTFr
简介
CTFR是用Rust和HTMX重写的优化后的CTFd完整重写。我亲自尝试运行CTFd,并经常遇到CTFs。我遇到了困难。
安装
GitHub仓库 (mnthomson)
1个不稳定版本
2023年11月14日
- #12 in #htmx
- GPL-3.0 许可协议
# 1. Clone the repository
git clone https://github.com/MNThomson/CTFr.git && cd CTFr
# 2. In another terminal, run the required postgres docker container
docker-compose up
# 3.1 To start developing, run CTFr
cargo run
# 3.2 Or auto rebuild/run on file save (requires the mold linker & cranelift backend)
cargo r
7KB
CTFr
简介CTFR是用Rust和HTMX重写的优化后的CTFd完整重写。我亲自尝试运行CTFd,并经常遇到CTFs。我遇到了困难。