https://github.com/visualsource/r6random
https://github.com/visualsource/r6random
r6s random
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/visualsource/r6random
- Owner: VisualSource
- Created: 2024-08-04T21:40:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T22:48:09.000Z (about 1 year ago)
- Last Synced: 2025-01-06T05:08:54.669Z (11 months ago)
- Topics: r6s, random
- Language: TypeScript
- Homepage: https://visualsource.github.io/r6random/
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```