ORA is an application that allows you to share your file directly with your friends using Peer-to-Peer
In order to build under Windows you can simply run the powershell build script:
./build.ps1
In order to build under Linux you can simply run the shell build script:
./build.sh
To install development tools:
dotnet tool restore
To format code:
dotnet format
To run tests:
dotnet test
This project is licensed under MIT License.