You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
524 B

3 years ago
# shape.camp
3 years ago
3 years ago
Collect and trade random geometric shapes!
## State of the project
shape.camp is still in early development. It is not yet deployed, but can be
self-hosted. Pull requests are always welcome!
### Todo
- [ ] Generate shape for user
- [ ] Open shape for trade
- [ ] See shapes in gallery
## Setup
To deploy a shape.camp backend and frontend, follow the instructions in
`server/` and `client/` respectively.
Alternatively, you can deploy the app via docker-compose. See
`docker-compose.yml` for an example.