Skip to content

ioadong/molsketch-ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

molsketch-ts

A reimplementation of molsketch-cljs in TypeScript.

Hacking on molsketch-ts

First install TypeScript, npm install -g typescript, then

tsc -w
python3 -m http.server

and go to localhost:8000.

To run unit tests

cd test
tsc -w
python3 -m http.server   # if not already running in parent folder

Happy hacking!

License

MIT

About

molsketch in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 88.7%
  • HTML 11.3%