bill 4 anni fa
commit
4ec4327c51
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -0,0 +1,16 @@
+# 4DMap
+
+
+## Build Setup
+
+``` bash
+# install dependencies
+npm install
+
+# serve with hot reload at localhost:8080
+npm run dev
+
+# build for production with minification
+npm run build
+
+```