Skip to content

Commit

Permalink
✏️ edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dj0nny committed Jul 28, 2019
1 parent e31b69e commit 123b9d6
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions hacker-news-clone/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 123b9d6

Please sign in to comment.