Skip to content

Latest commit

History

History
45 lines (36 loc) 路 746 Bytes

README.md

File metadata and controls

45 lines (36 loc) 路 746 Bytes

ORA

ORA is an application that allows you to share your file directly with your friends using Peer-to-Peer

Requirements

Build

Windows

In order to build under Windows you can simply run the powershell build script:

./build.ps1

Linux

In order to build under Linux you can simply run the shell build script:

./build.sh

Development

Setup

To install development tools:

dotnet tool restore

Format

To format code:

dotnet format

Test

To run tests:

dotnet test

License

This project is licensed under MIT License.