# Hurry Curry! Server (and others) The server needs the [game data](../data/README.md) to function. Release builds only check typical system installation paths or the windows registry. Debug builds (without `--release`) will also check for a `data` folder in the working directory. ## Development setup Use the `fast_recipes` feature flag to decrease active/passive recipe duration. ``` LOG=info cargo run --bin hurrycurry-server --features fast_recipes ```