diff --git a/.gitignore b/.gitignore
index 403adbc1..11f5d714 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
node_modules
/dist
-
# local env files
.env.local
.env.*.local
diff --git a/README.md b/README.md
index 49bb026a..6f998d8a 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,29 @@
# piped
## 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/).
diff --git a/src/App.vue b/src/App.vue
index 90b5f638..ede0213b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,33 +1,43 @@
-
-
+
+
-
-
+
+