Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
iachievedit committed Apr 15, 2022
1 parent 091b8f0 commit f3f137e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Install

Get NodeJS and NPM
```
apt-get install -y nodejs npm
```

`npm install`

# Running
Expand All @@ -15,4 +20,11 @@ Cannot open `/dev/input/js0`:
Error: ENOENT: no such file or directory, open '/dev/input/js0'
```

If the USB is flaky the joystick could be getting bumped off the bus. Try again.
If the USB is flaky the joystick could be getting bumped off the bus. Try again.

Web browser opens tabs.

This app is designed to run Chromium in Kiosk mode. Kill any copies of Chromium and press a button.
```
killall chromium-browser
```

0 comments on commit f3f137e

Please sign in to comment.