Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adolli committed Jul 30, 2018
1 parent 8a9aa73 commit b444fdb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 .
```

0 comments on commit b444fdb

Please sign in to comment.