Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save makvoid/07107ab42b8600227b22e39ff278cfb2 to your computer and use it in GitHub Desktop.
Save makvoid/07107ab42b8600227b22e39ff278cfb2 to your computer and use it in GitHub Desktop.
Running the User Interface
# Install dependencies
$ yarn
# Run the application
$ node src/app.js
# Or, if you are using a remote session:
$ DISPLAY=":0" node src/app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment