https://github.com/r3-dev/xakaxata-pixel-battle
Simple pixel battle
https://github.com/r3-dev/xakaxata-pixel-battle
Last synced: 5 months ago
JSON representation
Simple pixel battle
- Host: GitHub
- URL: https://github.com/r3-dev/xakaxata-pixel-battle
- Owner: r3-dev
- Created: 2024-09-12T15:33:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:33:14.000Z (over 1 year ago)
- Last Synced: 2025-04-29T20:39:54.890Z (about 1 year ago)
- Language: Go
- Homepage: https://pixel.d.roddtech.ru/
- Size: 104 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install bun
```bash
curl -fsSL https://bun.sh/install | bash
```
# Install go
https://go.dev/doc/install
# Install air
```bash
go install github.com/air-verse/air@latest
```
# Install docker
https://docs.docker.com/engine/install/
# Start redis in docker
```bash
bash scripts/start-redis.sh
```
# Start development server
```bash
air
```