# spray.training **Repository Path**: sysdl132/spray.training ## Basic Information - **Project Name**: spray.training - **Description**: spray training - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://sysdl132.gitee.io/spray.training - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README spray.training === A web app for practicing recoil patterns in Counter Strike: Global Offensive. Visit [spray.training](http://spray.training/) to playtest the app. Most non-mobile browsers should be supported. ## Instructions - Use the WASD keys to move and your mouse to aim. - Hold down the primary mouse button to spray your weapon, and follow the ghosthair on the wall to learn its recoil pattern. - Enable full screen mode for the most game-accurate experience. --- ## Installation If you'd like to run the app on your own machine, you must have [NPM](https://www.npmjs.com/) installed. After you clone this repo from GitHub, `cd` into the respective directory and run the following commands in order: ``` npm install npm run webpack --watch npm start ``` Following this, the app can be accessed at `http://localhost:8080/`.