# CCCBS **Repository Path**: seersoft/CCCBS ## Basic Information - **Project Name**: CCCBS - **Description**: CBS demo - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-28 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 准备工作 ## Python 1. python 3.8 2. 安装`pipenv` 3. 在`Pipfile`所在文件夹执行 `pipenv install` ## js 1. 在`visualization/www/`文件夹执行`npm install` 2. 在`visualization/www/`文件夹执行`npm run start`启动前端 ## c++ 1. `mkdir build && cd build` 2. `cmake ..` 3. `make -j 12` # 运行测试脚本 1. `pipenv shell` 进入项目的Python环境 2. `python testRunner.py` 执行测试 3. 在网页上选择生成的`testcases/xxOutput.json`