Skip to content

Commit

Permalink
fix english translation for docs/en/README
Browse files Browse the repository at this point in the history
  • Loading branch information
ece-ako committed Apr 10, 2020
1 parent a69f866 commit d9706a7
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 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 @@ -39,35 +39,30 @@ $ yarn install
$ yarn dev
```

**How to disable accessibility(vue-axe)**

[PLEASE TRANSLATE ME]

**アクセシビリティチェック(vue-axe)を無効にする方法**

- 開発用ローカルサーバが重い場合、以下のようにアクセシビリティチェックを無効にして起動することができます。
- Disable accessibility when local server is heavy

```bash
# serve with hot reload at localhost:3000
$ yarn dev-no-axe
```

[/PLEASE TRANSLATE ME]


**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 d9706a7

Please sign in to comment.