# Setting Up The Project ## Prerequisites - An IDE of your choice, together with the Svelte plugin. - [NodeJS](https://nodejs.org/) - [Git](https://git-scm.com/install/) - [Rust](https://www.rust-lang.org/tools/install) - Note for Windows: while the official download page doesn't mention a package manager option for Windows, you can alternatively use *winget* to install *rustup*. This is often much more convenient than downloading and executing the standard installer. To install it via winget, execute the following command: `winget install --id Rustlang.Rustup`. - System dependencies: follow the steps for your specific OS detailed under the *System Dependencies* section of the official [Tauri Prerequisites docs](https://v2.tauri.app/start/prerequisites/#system-dependencies). ## Clone Takma - Cloning using *Git*: ``` git clone https://github.com/jam53/Takma.git ```