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

https://github.com/billyb2/biggame


https://github.com/billyb2/biggame

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Initial dev setup

1. Install nix
2. Install and configure direnv

# Development
1. In the `./server` directory, run `cargo watch -x run`
2. in the `./client` directory, run `cargo watch -s ./serve.sh -i dist`
3. Visit [http://localhost:4000](http://localhost:4000), and refresh the page whenever changes to the server or client are made