SecurityEval 大模型安全能力的模型 web ui
- Hugo Extended v0.115+
- Node v18+
- Go v1.20+
软件包管理器 chocolate 安装:
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
Hugo 安装命令
choco install hugo-extended
Nodejs 安装命令
choco install nodejs-lts --version="20.14.0"
Go 安装:
下载地址
Go 安装:
Hugo 安装命令
sudo snap install hugo
Nodejs 安装命令
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20
Go 安装:
下载地址
npm install
前端网页:
npm run dev
后端接收文件:
npm run app