Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/branch-app/branch

Advanced Halo Stats
https://github.com/branch-app/branch

api branch dotnet golang halo react rpc stats

Last synced: about 2 months ago
JSON representation

Advanced Halo Stats

Awesome Lists containing this project

README

        

# branch

This repository contains all of the Branch code.

## Getting Started

Getting started is easy. The repository contains both .NET and JS code. Below is a guide to getting both working easily on your computer. All the .NET is .NET Core, so it'll work on macOS, Linux as well as Windows 🚀.

### .NET

**Prerequisites**

- [.NET Core 3.1](https://www.microsoft.com/net/download)

After cloning the repo, go into `dotnet/` and run `dotnet restore`, there is more information [here](dotnet/README.md).

### Typescript

**Prerequisites**

- [Node 13.2+](https://nodejs.org/en/download/current/)
- [Yarn 1.22+](https://yarnpkg.com/lang/en/)

After cloning the repo, go into `typescript/` and run `yarn`, there is more information [here](js/README.md).

## Progress

This project is going to be awhile, but if you're interested in the progress you can view it on [Trello](https://trello.com/b/es8ojQn7).