Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
docs: use npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Mar 24, 2023
1 parent 2387802 commit 7d6b4ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Consumer DDR Song List

``` bash
# install dependencies
$ yarn
$ npm install

# serve with hot reload at localhost:3000
$ yarn dev
$ npm run dev

# generate static project
$ yarn build
$ npm run build
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
For detailed explanation on how things work, check out [Nuxt 3 docs](https://nuxt.com/docs).

## Contributing

Expand Down

0 comments on commit 7d6b4ca

Please sign in to comment.