Skip to content

justinknguyen/cs2-buybinds

 
 

Repository files navigation

cs2-buybinds

Copyright © 2014-2018 Jesse Webb

This code is available under the MIT License.

Version: 1.0.0

About cs2-buybinds

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!

Dev Info

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:

Tests are written with Jasmine (version: 2.5.2).

Jesse's preferred JavaScript IDE is JetBrain's WebStorm.

To start a local development server:

  1. Install http-server:
    npm install -g http-server
    
  2. Start the server:
    http-server
    
  3. Access the local website:
    http://localhost:8080
    

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • HTML 32.7%
  • CSS 2.7%