Skip to content

TheSeg/SteamController-GUI

Repository files navigation

Steam Controller GUI

Greenkeeper badge

Build Status Dependency Status Built with Grunt

A GUI for creating Steam Controller configurations. This project is NOT affiliated with Valve Software.

Running Steam Controller GUI locally

This is not required as the Steam Controller GUI website will serve most of your needs. But if you wish to develop locally or want to see how this all works, you're more than welcome to do so!

First, clone a copy of this repository to your local machine.

From there you'll need to setup with Gem Bundler, NPM, and Bower.

bundle install
npm install
bower install

With your local setup ready, you can now run files via a local Jekyll server using Grunt tasks already included into the package:

grunt server

The defaults will run the website on http://localhost:4000/. This can be modified for your preferences based on Connect settings in gruntfile.js.