https://github.com/ikmnjrd/amongus-react-firebase
https://github.com/ikmnjrd/amongus-react-firebase
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikmnjrd/amongus-react-firebase
- Owner: ikmnjrd
- Created: 2021-02-14T11:39:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T23:31:39.000Z (over 3 years ago)
- Last Synced: 2025-01-19T14:18:31.331Z (4 months ago)
- Language: TypeScript
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## インストール手順
`$ git clone``docker-compose.yml`を編集してコマンド部分をコメントアウト
```
# command: sh -c "cd /app/amongus-tool && yarn start"
````$ docker-compose up -d`
`$ docker exec -it amongus-react-firebase_web_1 sh`
`$ cd amongus-tool`
`$ yarn install`
`$ exit``docker-compose.yml`のコメントアウトした部分を元に戻す
```
command: sh -c "cd /app/amongus-tool && yarn start"
````$ docker-compose stop`
`$ docker-compose up -d`