Copyright © 2014-2018 Jesse Webb
This code is available under the MIT License.
Version: 1.0.0
cs2-buybinds is a fork of csgo-buynds.
Buy binds, also known as buy scripts, are commands for the Counter-Strike PC games that allow quick, 1-button purchasing of weapons and equipment.
Visit the CS2-BuyBinds website and try out the online Buy Binds Generator!
This project uses GitHub Pages to host the website. It does not use Jekyll.
The main branch, gh-pages
, is where stable releases are deployed to.
Development should be done on the dev
branch.
Pull requests are welcomed!
This project is a simple, static website built with pure HTML5, CSS3, and JavaScript. There is nothing to compile.
Here is a list of which 3rd party libraries are being used:
- jQuery (version: 3.2.1)
- AngularJS (version: 1.6.6)
- Bootstrap (version: 3.3.7)
- AngularUI
- UI Bootstrap (version 2.5.0)
- UI Select (version 0.19.8)
- clipboard.js (version: 1.7.1)
Tests are written with Jasmine (version: 2.5.2).
- You can run the tests in your browser.
- Or you can run them from the command line with Node.js and npm.
(The project is configured to use Karma (version: 1.3.0) to run the tests.)
npm install npm test
Jesse's preferred JavaScript IDE is JetBrain's WebStorm.
To start a local development server:
- Install http-server:
npm install -g http-server
- Start the server:
http-server
- Access the local website:
http://localhost:8080