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
- Node
v8.4.0
- Electron
- Scuttlebot
Check out these resources for some great entry points into learning more about coding in Node with Scuttlebutt: