Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 404 Bytes

drone-stream

Config

Rename config.js.template to config.js and edit file with your credentials.

Install and run

# Clone this repository
git clone https://github.com/circuit/drone-stream
# Go into the repository
cd drone-stream
# Install dependencies
npm install
# Run the app
npm start

Debug

Set show to true in main.js line 18 and uncomment line 25 to see the dev tools.