/r6calls

Rainbow Six Siege map quick references

Primary LanguageJavaScriptMIT LicenseMIT

r6calls

Build Status

Newest version now auto-hosted at https://dudekiller82.github.io/r6calls/

r6calls is designed to be a quick reference for Rainbow Six Siege maps. Please see the about.html page for more details.

Running locally

Dependencies

To check the dependencies, just type scss. If the program waits for input, your dependencies are installed correctly.

Building and running

  • Install npm and install packages: npm install
  • General build: npm run build
    • Builds js and scss into the site folder.
    • Check package.json for more particular scripts.
  • File watchers are also available (see packages.json)
  • To run, locate site/index.html and open it.