Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 503 Bytes

Forked from jsonpath-online-evaluator

去除了外部资源(css, js)文件依赖,适用于内网环境部署。

Requirements

  • node.js v16.17.1

Build on your environment

Artifacts placed under the build.

  $ npm install
  $ npm start # Starting the dev server
  $ npm run build # Building the static files

Run on docker

 $ docker build -t jsonpath-online-evaluator .
 $ docker run -d -p 8080:80 jsonpath-online-evaluator:latest