Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 918 Bytes

SettingUpTheProject.md

File metadata and controls

18 lines (16 loc) · 918 Bytes

Setting Up The Project

Prerequisites

  • An IDE of your choice, together with the Svelte plugin
  • NodeJS
  • Git or GitHub Desktop as a GUI alternative
  • Visual Studio in order to install the Desktop development with C++ component (including MSVC v143 - VS 2022 C++ x65/x86 build tools and Windows 11 SDK)
  • Rust
    • Alternatively, you could use winget to install rustup using the following command in PowerShell:
    • winget install --id Rustlang.Rustup

Clone Takma

  • Cloning using Git:
    git clone https://github.com/jam53/Takma.git
    
  • Cloning using GitHub Desktop: