You can contribute by
- Creating an issue to capture problems with the Moderator Portal and documentation here.
- Forking the repo and generating a pull request to fix an issue with the code or documentation.
- Joining the Orcasound open source organization on Github to edit the wiki and/or help review pull requests.
You can get the ModeratorFrontEnd web client application running on your local machine by following the below steps:
- The ModeratorFrontEnd is an ASP.NET Core Blazor Web App, so you need to intall the Visual Studio 2022 (as of this writing).
- Select Visual Studio ASP.NET and Web Development workload with Visual Studio 2022 download.
- Install the downloaded .exe for the setup with the workload selected.
- Clone the forked repo to your local machine.
- Check out the main branch.
- Open the project as a solution in Visual Studio 2022 to make changes to the files/project.
- Run locally by selecting the AIForOrcas.Client.Web.csproj and starting the application from Debug configuration from the toolbar.