Crab-Wave / ora

πŸ“‚ A Peer-to-Peer storage application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

πŸ“‚ A Peer-to-Peer storage application

License:MIT License


Languages

Language:C# 90.1%Language:PowerShell 5.9%Language:Shell 4.0%