Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Compiling

Axolotlguy edited this page Mar 27, 2026 · 2 revisions

Step 1: Install .NET 10

Step 2: Install Git

Step 3: Choose an IDE. Jetbrains Rider is recommended, since it has the best support for Avalonia and its what I use. It is free for non-commercial use, and this project is non-commercial.

Step 4: Clone the git repo by opening a terminal in the folder you want the repo in, and run git clone https://github.com/Axolotlguy7707/Scribe.git.

Step 5: Run cd Scribe after cloning (assuming you kept the command line open)

Step 6: Run dotnet restore. This will install all of the NuGet packages used by the project. Which includes Avalonia, and AvaloniaEdit as of right now.

Step 7: Either Open the project in an IDE and run it, or you can use dotnet run assuming you still have the terminal open.

And thats it! For contributing, see the contributing page!

Clone this wiki locally