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

https://github.com/technetos/spacerace


https://github.com/technetos/spacerace

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# SpaceRace

## Getting Started

### Install rust
```https://rustup.rs/```

### Grab the nightly toolchain
```rustup toolchain install nightly```

### Switch to the nightly toolchain
```rustup default nightly```

### Run the backend
```
cd SpaceRace/space-race-backend
cargo r
```

### Play the game
Open your browser and navigate to `127.0.0.1:8000`