https://github.com/stonify5/frontend
https://github.com/stonify5/frontend
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stonify5/frontend
- Owner: stonify5
- Created: 2025-06-01T14:42:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T08:21:14.000Z (12 months ago)
- Last Synced: 2025-08-01T03:51:32.158Z (11 months ago)
- Language: JavaScript
- Size: 438 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stonify5 Frontend
Real-time multiplayer Gomoku game with elegant design
## Development
```bash
cd public
python3 -m http.server 3000
```
## Deployment
```bash
docker build -t stonify5-frontend .
docker run -d -p 80:80 stonify5-frontend
```