diff --git a/README.md b/README.md
index dead1e7b56e248d7a22c24ba5da47a0b26bc25b3..89925ae52558f4f87a057f54e845fc2a2deb70ab 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,24 @@
 # WAMPAC-UI
 
-WAMPAC-UI
\ No newline at end of file
+## Project setup
+```
+npm install
+```
+
+### Compiles and hot-reloads for development
+```
+npm run serve
+```
+
+### Compiles and minifies for production
+```
+npm run build
+```
+
+### Lints and fixes files
+```
+npm run lint
+```
+
+### Customize configuration
+See [Configuration Reference](https://cli.vuejs.org/config/).