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

https://github.com/visualsource/r6random


https://github.com/visualsource/r6random

r6s random

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# R6Random

Rainbow Six Siege operator and loadout randomizer.

Currently supports Y9.3 operators and loadouts.

## Usage/Examples

Can be use via the web site at [https://visualsource.github.io/r6random/](https://visualsource.github.io/r6random/)

or can be used ingame via a overlay that can be download here [Latest Download](https://github.com/VisualSource/r6random/releases/latest) (Windows only)

## Run Locally

Clone the project

```bash
git clone https://github.com/VisualSource/r6random
```

Go to the project directory

```bash
cd r6random
```

Install dependencies

```bash
pnpm install
```

Go to the frontend project

```bash
cd packages/frontend
```

Start the server

```bash
pnpm start
```