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:
- Latest version of .NET.
- Some popular IDEs, I recommend Visual Studio for Windows, or VS Code or JetBrains Rider if you're on different environment like Linux or macOS.
- Clone the repository:
git clone https://github.com/AvogatoWizardWhisker/SolusWeb.git
- Navigate to the project directory:
cd SolusWeb
- Restore the dependencies:
dotnet restore
- Build the project:
dotnet build
- Run the project:
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE for more information.