Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 807 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 807 Bytes

simplehtm

Build Status

Simple HTM implementation being constructed for Building HTM Systems and some random blog entries like this one.

Work In Progress

This is incomplete. I'm building it as I go. Currently only contains some encoders, but they are being used.

Test

npm test

Build Webpack

npm start

Will overwrite whatever is at docs/simplehtm-{version}.js. Contents of docs are available at https://htm-community.github.io/simplehtm/ (that's how I currently deploy changes).