Hosted at http://www.r6maps.com
r6maps.com is designed to be a quick reference for Rainbow Six Siege maps. Please see the about.html page for more details.
- npm/Nodejs
- UglifyJS3 for cli (Try
npm install uglify-js -g
)
- UglifyJS3 for cli (Try
- Ruby
- gem
- sass (
gem install sass
)
To check the dependencies, just type uglifyjs
or scss
. If the program waits for input, your dependencies are installed correctly. (uglifyjs
might already be installed from npm install
, see below).
- 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 watches are also available (see
packages.json
) - To run, locate
site/index.html
and open it.
Contributions are welcome. :)
Current development is fairly "steady state" with only a few new features planned:
- Menu footer links (twitter, email, donate?)
- Select map filter for casual, rank, custom, etc
- Translations - info on how you can help.
- Open issues
- Map accuracy - please log any errors/missing items as an issue
- New maps
- Mark breakable windows - see original feature suggestion here.
- Better stats integration (e.g. link from objective) <- dependent on new data dumps from Ubisoft though
- Tactics drawing (& saving/sharing)
- Shared sessions (map controls, shared pings, drawing if available)
- Automated tests (perceptual diff?)
- Offline mode (progressive web app? Cordova?)
- Embedded curated hints/strats (e.g. drone placement, angles)