about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-11 11:54:28 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-11 11:54:28 +0200
commitc6484bfa2c2952c3ddecea79380f5bb06fa60ad9 (patch)
tree263854f62c164b32f1deafac466f442d58b46e7b /README.md
downloadpuszcza-c6484bfa2c2952c3ddecea79380f5bb06fa60ad9.tar.gz
puszcza-c6484bfa2c2952c3ddecea79380f5bb06fa60ad9.zip
init
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9b3f181
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# puszcza
+
+## Project setup
+```
+npm install
+```
+
+### Compiles and hot-reloads for development
+```
+npm run serve
+```
+
+### Compiles and minifies for production
+```
+npm run build
+```
+
+### Run your tests
+```
+npm run test
+```
+
+### Lints and fixes files
+```
+npm run lint
+```
+
+### Customize configuration
+See [Configuration Reference](https://cli.vuejs.org/config/).