Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 146 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 146 Bytes

编译前端

cd MarkVuePress
npm run build

编译后端

# 调试运行 postgresql
docker-compose up -d
cargo run