This application will allow developers to launch corespring items and get the source code that was used to launch the item.
See: this mockup
We assume you have node/npm & bower installed
npm install
./prepublish
node app.js
You'll need to specify the corespring url as an env var.
export CORESPRING_URL="https://corespring.org"
- Added button to create an item session when in the configurations option pane
- Added static view for bugs /bugs/:htmlFile
- Initial Release