Skip to content

Commit

Permalink
Merge pull request #5 from Cophr/docs/modify-readme-info
Browse files Browse the repository at this point in the history
docs: modify README.md command
  • Loading branch information
ohfreeya authored Feb 23, 2023
2 parents e7ae733 + 19cab2a commit 55e5ba9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,33 @@
## Installation

```bash
$ npm install
$ yarn install
```

## Running the app

```bash
# development
$ npm run start
$ yarn start

# watch mode
$ npm run start:dev
$ yarn start:dev

# production mode
$ npm run start:prod
$ yarn start:prod
```

## Test

```bash
# unit tests
$ npm run test
$ yarn test

# e2e tests
$ npm run test:e2e
$ yarn test:e2e

# test coverage
$ npm run test:cov
$ yarn test:cov
```

## Migration
Expand Down

0 comments on commit 55e5ba9

Please sign in to comment.