# clone 项目 git clone git@github.com:XS-MLVP/mlvp-portal.git cd mlvp-portal make init # 开启web服务进行测试 make test # 或者用hugo命令开启服务 ...