Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.12 KB

README_EN.md

File metadata and controls

47 lines (32 loc) · 1.12 KB

Yamanashi COVID-19 Task Force website

production deploy

Yamanashi COVID-19 Task Force website

How to Contribute

All contributions are welcome!

License

This software is released under the MIT License.

For Developers

How to Set Up Environments

  • Required Node.js version: 10.19.0 or higher

Use yarn

# install dependencies
$ yarn install

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

Use docker

# serve with hot reload at localhost:3000
$ docker-compose up --build

How to resolve Cannot find module **** error

Use yarn

$ yarn install

Use docker

$ docker-compose run --rm app yarn install