Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/troynt/elite_dangerous_controls_reference

Elite Dangerous Controls Reference Card
https://github.com/troynt/elite_dangerous_controls_reference

elite-dangerous elite-dangerous-bindings

Last synced: 19 days ago
JSON representation

Elite Dangerous Controls Reference Card

Awesome Lists containing this project

README

        

# Usage

Visit http://troynt.github.io/elite_dangerous_controls_reference/

Select from default control schemes or pick yours in
```
%APPDATA%\..\Local\Frontier Developments\Elite Dangerous\Options\Bindings\Custom.binds
```

# Development

## Requirements

* bower ( npm install bower -g )
* bundler ( gem install bundler )

## Running

Clone project, then cd into folder.

```
bower install
bundle install
bundle exec middleman server
```