A reimplementation of molsketch-cljs in TypeScript.
First install TypeScript, npm install -g typescript, then
tsc -w
python3 -m http.serverand go to localhost:8000.
To run unit tests
cd test
tsc -w
python3 -m http.server # if not already running in parent folderHappy hacking!
MIT