Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 814 Bytes

File metadata and controls

35 lines (18 loc) · 814 Bytes

Developer Toolkit

Build Status

This application will allow developers to launch corespring items and get the source code that was used to launch the item.

See: this mockup

Building

We assume you have node/npm & bower installed

npm install
./prepublish
node app.js

Pointing the app to corespring.org

You'll need to specify the corespring url as an env var.

export CORESPRING_URL="https://corespring.org"

Change log

0.0.2

  • Added button to create an item session when in the configurations option pane
  • Added static view for bugs /bugs/:htmlFile

0.0.1

  • Initial Release