# Cyber Security **Repository Path**: hmsay/cyber-security ## Basic Information - **Project Name**: Cyber Security - **Description**: 收集网络安全相关资料,竞赛使用 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-15 - **Last Updated**: 2026-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: CTF ## README ## 使用 ``` git clone https://gitee.com/hmsay/cyber-security.git cd cyber-security # 安装库和依赖 pnpm install # 调试运行 pnpm run docs:dev # 编译 pnpm run docs:build ``` 编译后的文件在根目录的`dist`文件夹下,直接运行存在跨域问题,可以拷贝到 nginx 或者 iis 等 web 服务目录中打开。 临时使用可以在`dist`文件夹下运行 ``` python -m http.server ``` 默认启用的端口为 `8000`,通过 http://localhost:8000 访问