Skip to content

Commit 9d6187d

Browse files
Update README.md
1 parent 45c7876 commit 9d6187d

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

README.md

-27
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<a href="https://requires.io/github/bacon-delight/weekly-status-reports/requirements/?branch=gh-pages"><img src="https://requires.io/github/bacon-delight/weekly-status-reports/requirements.svg?branch=master" alt="Requirements Status" /></a>
4949

5050
* [Node](https://nodejs.org/en/)
51-
* [Yarn](https://yarnpkg.com/en/) (Optional, but recommended)
5251
* [Vue](https://vuejs.org/)
5352
* [Vuex](https://vuex.vuejs.org/)
5453
* [Vuetify](https://vuetifyjs.com/en/)
@@ -75,49 +74,23 @@ git clone https://github.com/bacon-delight/weekly-status-reports.git .
7574
```
7675

7776
#### Install Node Dependencies
78-
This requires node.js installed, please download and install the latest version from their official website given in the list of dependencies above.
7977

8078
```
8179
npm install
8280
```
8381

8482
#### Development Compile & Hot-Reload
85-
###### NPM:
8683

8784
```
8885
npm run serve
8986
```
9087

91-
###### Yarn:
92-
93-
```
94-
yarn serve
95-
```
96-
9788
#### Production Build
98-
###### NPM:
9989

10090
```
10191
npm run build
10292
```
10393

104-
###### Yarn:
105-
106-
```
107-
yarn build
108-
```
109-
110-
#### Lints and Fixes
111-
112-
```
113-
npm run lint
114-
```
115-
116-
#### Run Tests
117-
118-
```
119-
npm run lint
120-
```
12194

12295
## Disclaimer
12396
This is an Open Source application and we take no responsibility for any issues, bugs and conflicts encountered while running this application in environments not controlled and managed by us. Please read license for more information.

0 commit comments

Comments
 (0)