Skip to content

AvogatoWizardWhisker/SolusWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SolusWeb

SolusWeb is a website from scratch built with Blazor WebAssembly Standalone App. This project is currently a work in progress.

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository:
    git clone https://github.com/AvogatoWizardWhisker/SolusWeb.git
  2. Navigate to the project directory:
    cd SolusWeb
  3. Restore the dependencies:
    dotnet restore
  4. Build the project:
    dotnet build
  5. Run the project:
    dotnet run

Usage

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.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL-3.0 License. See LICENSE for more information.