Skip to content

Commit ed3b51d

Browse files
authoredDec 5, 2018
Update README.md
1 parent 36092c8 commit ed3b51d

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed
 

‎README.md

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
# vandal
22

3-
## Project setup
43
```
5-
yarn install
6-
```
7-
8-
### Compiles and hot-reloads for development
9-
```
10-
yarn run serve
11-
```
12-
13-
### Compiles and minifies for production
14-
```
15-
yarn run build
16-
```
17-
18-
### Lints and fixes files
19-
```
20-
yarn run lint
21-
```
22-
23-
### Run your unit tests
24-
```
25-
yarn run test:unit
26-
```
27-
28-
### Run your end-to-end tests
29-
```
30-
yarn run test:e2e
4+
PROXY=http://localhost:3000 yarn serve
315
```

0 commit comments

Comments
 (0)
Please sign in to comment.