Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 582 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 582 Bytes

character-creator

This is a simple mithril app that provides a skeleton for creating characters from sets of images. Not currently sure how far I'll go with it, but it isn't to difficult to keep running.

The point of this is to explore components in mithril, you can see in pretty much any index.js that all code has been kept pretty small by component-izing everything.

building

Everything should just work if you npm install then npm run start, which will start a watch job that builds everything with webpack. Open up index.html in a browser to view results.