Skip to main content

本地开发快速开始(vocnet 主仓库)

本页的命令在 https://github.com/eslsoft/vocnet 仓库中运行。

1. 拉取代码

git clone https://github.com/eslsoft/vocnet.git
cd vocnet

2. 安装依赖与初始化

make setup

3. 启动服务

make run

默认情况下 HTTP 服务通常会监听在 localhost:8080(以实际输出为准)。

4. 运行测试

go test ./...