A graph visualisation of counterplay in Rainbow Six Siege.
Clone the repository, install all dependencies, build and serve the project.
> git clone https://github.com/BurkusCat/r6-operator-counters.git
> npm install
> npm start
Open http://localhost:8080
in your favorite browser.
node --version
npm --version
Use the gulp build
command to build a static version of the website to the "dist" folder. This will prepare all the site assets and optimise them to be hosted in an AWS S3 storage bucket.
During the gulp build, if there is an error during the npm run createjson
step, gulp will not tell you a specific error. To see the specific error you must run npm run createjson
from the console.
I am hoping that this project will be a fun place for open source newcomers (like myself). Feel free to take a look at the issues or come up with your own improvements for the project. I am happy to review pull requests and I can answer questions you might have.
Key places to look if you want to update something in this project:
.\src\html\index.html
.src\main\app.js
.src\main\imageLocation.js
npm install r6operators@latest
to install the latest operator images from marcopixel r6-operatoricons.\src\main\create-operator-json\operators
.\src\main\create-operator-json\core
.\src\main\styles\neo4jd3.scss
.\src\images\site\
Any pull requests that get merged into master will trigger a build of the website. This build will get published to AWS and will be hosted at https://r6counters.com/ after one day.
Thank you to all the contributors to R6 Operator Counters.
View our humans.txt file with more info about this project's contributors.
Code and documentation copyright 2020 the author. Code released under the MIT license. Docs released under Creative Commons.