https://github.com/fmalcher/games
https://github.com/fmalcher/games
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmalcher/games
- Owner: fmalcher
- License: mit
- Created: 2020-12-20T16:38:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T22:45:35.000Z (over 4 years ago)
- Last Synced: 2024-10-06T06:20:14.172Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 888 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Games
## Development
### Prod Build
```bash
npm run build
```
### Prod Deploy to GitHub Pages
```bash
npm run deploy
```