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.
- npm/Nodejs
- Ruby
- gem
- sass (
gem install sass
)
To check the dependencies, just type scss
. If the program waits for input, your dependencies are installed correctly.
- 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.
- Builds js and scss into the
- File watchers are also available (see
packages.json
) - To run, locate
site/index.html
and open it.