And yes, cross platform. All projects contained in theVault are guarenteed to work on x64 Windows and Linux (and possbily macOS but I don't have a way to test that.)
Since theVault doesn't have releases, you'll need to compile the programs youself. Don't worry, it's easy! m
Not the runtime, because you need the SDK to compile the apps. All Vault apps require .NET 5.0.
- Download the source code using your favorite method. (Whether that be HTTPS, SSH, or by using the GitHub CLI)
- Open a terminal or command promt and enter the folder for the program you wish to run
- Type
dotnet run
into your terminal or command prompt - And you're off! After a few moments it should finish compiling and run
Alternatively, you could compile the programs using Visual Studio 2019. (Note that this is not the recommended method)
- Download the source code using your favorite method. (Whether that be HTTPS, SSH, or by using the GitHub CLI)
- Open the
theVault
folder in Visual Studio 2019 - The rest of this part is coming soon.
This README will be improved soon.