TODO: add description
TODO: come up with better name
vanilla-tweaks-fabric is made with Blazor, which is essentially C# integrated with HTML and CSS. This project runs on WebAssembly in the browser.
Download Visual Studio Community and in the install process select .NET Core cross-platform development under workloads. Once done installing you can open the project by cloning the repository and opening the CVESite2.sln
file.
How to set up your Blazor development enviroment.
In both Visual Studio Code and Visual Studio Community press F5 or the run button to open a browser window with the site open.
The main page is Pages/Index.razor
. It implements the components (these can be thought of as methods for html) found in the Shared
directory of the project. For styling purposes you can mostly ignore the C# code and write normal HTML. The CSS is completely standard and can be found in wwwroot/css/app.cs
.
If you have any further questions dm or mention me in fabricord in Discord at TrueCP5#5894.