We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36092c8 commit ed3b51dCopy full SHA for ed3b51d
README.md
@@ -1,31 +1,5 @@
1
# vandal
2
3
-## Project setup
4
```
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
+PROXY=http://localhost:3000 yarn serve
31
0 commit comments