Skip to content

Commit

Permalink
Merge pull request stopcovid19-okayama#3105 from ece-ako/fix_english
Browse files Browse the repository at this point in the history
fix english translation for docs/en/README
  • Loading branch information
MasaGon authored Apr 15, 2020
2 parents f4c74aa + 448d15a commit d113d6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please check [How to translate](./../../TRANSLATION.md) doc.

- Required Node.js version: 10.19.0 or higher

**Use yarn**
**Using yarn**
```bash
# install dependencies
$ yarn install
Expand All @@ -47,20 +47,20 @@ $ yarn dev
$ yarn dev-no-axe
```

**Use docker**
**Using docker**
```bash
# serve with hot reload at localhost:3000
$ docker-compose up --build
```

### How to resolve `Cannot find module ****` error

**Use yarn**
**Using yarn**
```bash
$ yarn install
```

**Use docker**
**Using docker**
```bash
$ docker-compose run --rm app yarn install
```
Expand Down

0 comments on commit d113d6d

Please sign in to comment.