An open API service indexing awesome lists of open source software.

https://github.com/stonify5/frontend


https://github.com/stonify5/frontend

Last synced: 4 months ago
JSON representation

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
```