From 123b9d6bebaf8157f22ccde168c873bd8600e58f Mon Sep 17 00:00:00 2001 From: dj0nny Date: Sun, 28 Jul 2019 18:33:21 +0200 Subject: [PATCH] :pencil2: edit README.md --- hacker-news-clone/README.md | 40 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/hacker-news-clone/README.md b/hacker-news-clone/README.md index cff5b28..5977bb6 100644 --- a/hacker-news-clone/README.md +++ b/hacker-news-clone/README.md @@ -1,29 +1,27 @@ # hacker-news-clone -## Project setup -``` -yarn install -``` - -### Compiles and hot-reloads for development -``` -yarn run serve -``` +This project is generated via **Vue CLI**. A deployed version on [Now](https://zeit.co/now) can be used here: https://hacker-news-clone-vue-function-api-38l69r87b.now.sh/#/ -### Compiles and minifies for production -``` -yarn run build -``` +## Project setup -### Run your tests -``` -yarn run test +For installing the dependencies: +```bash +npm install +# OR +yarn install ``` +For open the Vue.js develpement server: +```bash +npm run serve +# OR +yarn serve -### Lints and fixes files -``` -yarn run lint ``` +## Lints and fixes files +For running the linter: -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +```bash +npm run lint +# OR +yarn lint +``` \ No newline at end of file