SolusWeb is a website from scratch built with Blazor WebAssembly Standalone App. This project is currently a work in progress.
To get a local copy up and running, follow these steps:
Make sure you have the following installed on your machine:
git clone https://github.com/AvogatoWizardWhisker/SolusWeb.git
cd SolusWeb
dotnet restore
dotnet build
dotnet run
Once the project is running, open your browser and navigate to https://localhost:5001
(or the port specified in your launch settings) to see the website in action.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated UwU.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GPL-3.0 License. See LICENSE for more information.