Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanziw/miniapp-game-heaven
https://github.com/kanziw/miniapp-game-heaven
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanziw/miniapp-game-heaven
- Owner: kanziw
- Created: 2022-08-19T15:07:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T17:38:38.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:19:11.533Z (almost 2 years ago)
- Language: TypeScript
- Homepage: miniapp-game-heaven.vercel.app
- Size: 86.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# miniapp-game-heaven
## References
### SpaceWorm
- Game: https://github.com/dancramp/js13k-2021
- Favicon: https://favicon.io/emoji-favicons/worm/
- Logo: DALL·E https://labs.openai.com/### Sudoku
- Game: https://github.com/andreynering/sudoku
- Logo: https://www.freepik.com/free-photos-vectors/sudoku-game## Firebase
Firestore 등의 변경이 필요하다면 수동으로 해당 룰 배포 진행이 필요
```zsh
$ yarn firebase deploy
```GitHub Action을 통해 자동화 해보려고 했는데 ServiceAccount에 Owner를 줘도 실패함. 나중에 더 디버깅
```zsh
=== Deploying to 'miniapp-game-heaven'...i deploying firestore
i firestore: reading indexes from firestore.indexes.json...
i cloud.firestore: checking firestore.rules for compilation errors...Error: HTTP Error: 403, The caller does not have permission
```