ThoughtBubble is a front-end web development framework for generating HTML5 web projects. It utilises Node.js, Jade templating and Sass preprocessing.
Clone the git repository with the following command:
git clone --recursive https://github.com/doublethinkllp/thoughtbubble.git
Then install the node modules with the following command:
npm install
Please view the project's GitHub Wiki for documentation.
ThoughtBubble is designed for creating web projects aimed at modern browsers with strong HTML5 support (e.g. Internet Explorer 9+ and the latest versions of Chrome, Firefox, Safari and Opera).
ThoughtBubble is released under the MIT license.