Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 408 Bytes

README-zh.md

File metadata and controls

41 lines (26 loc) · 408 Bytes

opencrud chinese

Pre-requisites

  • Node.js (v8.9+)
  • Docker && docker-compose

How to Run(local)

  • install deps
yarn
  • build chinese version
yarn build-zh
  • local watch result (with live-server)
yarn live

How to Run (with docker)

  • build webpage
yarn build-zh
  • build image && up
docker-compose build && docker-compose up -d