We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96986aa commit a495775Copy full SHA for a495775
README.md
@@ -67,27 +67,16 @@ Your organization must be enrolled in the GitHub Copilot API private alpha.
67
VUE_APP_GITHUB_TOKEN=
68
```
69
70
-## Running
+## Install dependencies
71
72
npm install
73
74
75
-### Compiles and hot-reloads for development
+### Compiles and runs the application
76
77
npm run serve
78
79
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
91
## License
92
93
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