Skip to content

UglyDonkey/cncjs-widget-gamepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamepad widget

WARNING!

You can potentially damage your machine by using this widget. Project is still experimental.

Installation

Using github pages

Add mount point to .cncrc file

{
  ...
  "mountPoints": [
    {
      "route": "/gamepad",
      "target": "https://uglydonkey.github.io/cncjs-widget-gamepad/"
    }
  ]
}

Widget on github pages is always up-to-date

Add custom widget with URL /gamepad

Using local drive

Clone branch gh-pages with command

git clone -b gh-pages https://github.com/UglyDonkey/cncjs-widget-gamepad.git

To update widget just pull repository with command

git pull origin gh-pages

Add mount point to .cncrc file

{
  ...
  "mountPoints": [
    {
      "route": "/gamepad",
      "target": "~/cncjs-widget-gamepad" # replace with your path
    }
  ]
}

Add custom widget with URL /gamepad

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published