Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 335 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 335 Bytes

Drag & Drop

Under initial development

Development Setup

Run go.

For those who are manually minded

Compile & watch Workshop Planner Example.

cd examples/workshopPlanner
tsc -w &
python -m SimpleHTTPServer
open http://localhost:8000/workshopPlanner.html

(this should be moved to it's own repo at some point)