Skip to content

Building

Fairy Key is a WPF application built with Visual Studio 2022 using .NET 8.0. To build and run the project locally:

  1. Clone the repository

    git clone https://github.com/FairyKey/FairyKey.git
    

  2. Go into the cloned directory and install dependencies

    cd fairykey
    dotnet restore
    

  3. Build the project

    dotnet build