装置运转
下载源码:
git clone http://github.com/AykutSarac/jsonvisio.com
运转:
npm install --legacy-peer-deps npm run dev
或者使用Docker运转:
A Docker file is provided in the root of the repository. If you want to run JSON Visio locally: * Build Docker image with `docker build -t jsonvisio .` * Run locally with `docker run -p 8888:8080 jsonvisio` * Go to [http://localhost:8888]
开源协定:MIT
开源地址:http://github.com/AykutSarac/jsonvisio.com