m4gpi / scuttletron

A minimal electron application running with a scuttlebot server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scuttletron

Clone and run for a simple app build setup for Scuttlebutt with Electron.

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. We'd also recommend installing nvm. Then in your terminal run:

# Clone this repository
git clone https://github.com/kgibb8/scuttletron
# Go into the repository
cd scuttletron
# Install dependencies
npm install
# Run the app
npm start

# Options
APP_NAME=scuttletron PORT=4567 npm start

Core Dependencies

  • Node v8.4.0
  • Electron
  • Scuttlebot

Other Scuttlebutt modules for further development

Learn about Scuttlebutt

Check out these resources for some great entry points into learning more about coding in Node with Scuttlebutt:

License

CC0 1.0 (Public Domain)

About

A minimal electron application running with a scuttlebot server

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 80.0%Language:HTML 20.0%