docs/development/getting-started.md
Libation is built using .NET and Avalonia UI. To get started with development, you'll need to set up your environment.
.net10.0. You will need the latest .NET SDK.Clone the repository:
git clone https://github.com/rmcrackan/Libation.git
cd Libation
Restore dependencies:
dotnet restore
You can run Libation directly from the source code using the .NET CLI or your IDE.
To run the desktop application (Avalonia):
Navigate to the Source/LibationAvalonia directory:
cd Source/LibationAvalonia
Run the application:
dotnet run
Libation.sln (or open the root folder).LibationAvalonia as the startup project.git submodule update --init --recursive if applicable, although Libation typically manages assets within the project.For Linux users, we have a specific guide using Nix:
For Documentaion, we have a specific guide using VitePress: