Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Advanced Halo Stats
- Host: GitHub
- URL: https://github.com/branch-app/branch
- Owner: branch-app
- License: mit
- Archived: true
- Created: 2013-04-12T14:42:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:02:59.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T22:17:41.632Z (6 months ago)
- Topics: api, branch, dotnet, golang, halo, react, rpc, stats
- Language: C#
- Homepage: https://branch.golf/
- Size: 54.3 MB
- Stars: 10
- Watchers: 5
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - branch-app/branch - Advanced Halo Stats (C# #)
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).