Browse Source

first commit

zy 2 years ago
commit
5ab60c1d6a
1 changed files with 11 additions and 0 deletions
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -0,0 +1,11 @@
+## install, run:
+
+(assumes you have node and npm installed)
+(assumes you have JDK and  Set 'JAVA_HOME' 'MAVEN_HOME' in path)
+
+```bash
+# from project root:
+npm install
+npm run start
+```
+