Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3-dev/xakaxata-pixel-battle
Simple pixel battle
https://github.com/r3-dev/xakaxata-pixel-battle
Last synced: 6 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:33:14.000Z (21 days ago)
- Last Synced: 2024-10-28T12:37:11.699Z (21 days ago)
- Language: Go
- Homepage: https://pixel.d.roddtech.ru/
- Size: 104 KB
- Stars: 1
- Watchers: 1
- 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
```