Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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