https://github.com/billyb2/biggame
https://github.com/billyb2/biggame
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/billyb2/biggame
- Owner: billyb2
- Created: 2025-02-03T16:05:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T17:13:43.000Z (3 months ago)
- Last Synced: 2025-03-26T22:06:28.020Z (2 months ago)
- Language: Rust
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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