Last Updated: February 25, 2016
·
903
· lowerkey

Running Kodowa Light Table Playground on Windows

Download http://temp2.kodowa.com/playground/light.ps1
Open PowerShell as administrator. This is needed because otherwise PowerShell will throw an error on

set-executionpolicy unrestricted

Now cd to where you have lighttable and run

./light.ps1

to download the rest of Light Table.

cd ~/.lighttable

Next, run

java -jar bin/lighttable-full.jar

If you get a message stating the server has been started, open your favorite browser and open http://localhost:8833

Enjoy!