Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Rename serve script to start
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Oct 3, 2022
1 parent adc7aae commit 7af96cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ The frontend (charts) for the analysis is written with Vue. You can run the deve

```bash
npm ci
npm run serve
npm start
```

Now you can reach the locally running website (using the statistics you've just exported) at [localhost:8080](http://localhost:8080).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "npm run build && sed -i'' -e 's#=/favicon#=favicon#g' dist/index.html && sed -i'' -e 's#=/js#=js#g' dist/index.html && sed -i'' -e 's#=/css#=css#g' dist/index.html && gh-pages -d dist"
Expand Down

0 comments on commit 7af96cf

Please sign in to comment.