From b444fdb734b0538a680a9dfc860899b39e1b62f4 Mon Sep 17 00:00:00 2001 From: lxn3032 <lxn3032@corp.netease.com> Date: Mon, 30 Jul 2018 11:41:54 +0800 Subject: [PATCH] add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e69de29..1cf8e88 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,14 @@ +# PocoHierarchyViewer + +## build and debug + +```bash +npm install +./node_modules/gulp/bin/gulp.js debug-build +``` + +## start + +```bash +./node_modules/.bin/electron . +```