You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
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!