OthloHackathon How to Use git clone https://github.com/OthloTech/OthloHackathon.git git checkout feature/2017 npm install npm start // 変更を検知 & サーバ立ち上げ localhost:8080にアクセス How to Use with Docker Compose git clone https://github.com/OthloTech/OthloHackathon.git git checkout feature/2017 docker-compose build docker-compose up -d // サーバ立ち上げ localhost:8080にアクセス ローカルでファイルを変更しサーバを起動し直すとき、docker-compose restart コンテナ内のファイルを確認したいとき、docker-compose exec othlohack_LP bash サーバを片付けたいとき、docker-compose down -v Requirements Python3 サイトイメージ