Skip to content

Commit a495775

Browse files
authored
Update README.md
Remove unused npm commands
1 parent 96986aa commit a495775

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,27 +67,16 @@ Your organization must be enrolled in the GitHub Copilot API private alpha.
6767
VUE_APP_GITHUB_TOKEN=
6868
```
6969

70-
## Running
70+
## Install dependencies
7171
```
7272
npm install
7373
```
7474

75-
### Compiles and hot-reloads for development
75+
### Compiles and runs the application
7676
```
7777
npm run serve
7878
```
7979

80-
### Compiles and minifies for production
81-
```
82-
npm run build
83-
```
84-
85-
### Lints and fixes files
86-
```
87-
npm run lint
88-
```
89-
90-
9180
## License
9281

9382
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms.

0 commit comments

Comments
 (0)