# Development Here is how to set up the development environment for the project. ## Install Git Install Git by following the instructions at [https://git-scm.com/downloads](https://git-scm.com/downloads). ## Download the code From PowerShell on Windows or Terminal on macOS/Linux: ```bash git clone https://github.com/evgenyneu/quagga.git ``` Change directory to the root of the project: ```bash cd quagga ``` ## VSCode extensions Here are some recommended extensions for VS Code * [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) ## Contributing guidelines See contributing guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md).