-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Documentation
Ap13Crow edited this page Apr 6, 2025
·
2 revisions
This document is about how to replicate the development environment for this project.
- Install .NET SDK Version 8 from the official page .NET SDK or through packages in your linux distro
- Install Git from the official page Git GIT or through packages in your linux distro
- Run the following command to clone it in your local
- git clone ... (link)
CD into the solution folder
cd (projectname)
Run the test command
dotnet test If you can see the tests passing, you successfully have the development environment.
Go inside the project directory
cd (project name) CD into solution
cd (sln name) CD into project
dotnet run
The repository is protected, so you can not commit directly to the main branch. Please follow the steps to contribute to the project:
- Create a branch
- Do your changes
- Test locally and make sure they pass
- Commit/push your branch
- Create a pull request
- Inside the solution directory
dotnet publish- Copy/paste stops.txt file to the publish folder noted in the output of the command
- zip -r (project name zip file) * to create the zip file of the executables
- Create a new release in GitHub with the appropriate version number and notes