A refactoring of Strut, the Impress.js and Bespoke.js Presentation Editor for octobercms
Demonstration of Strut! http://strut.io/editor/
(works in Firefox, Chrome and Safari with basic support for IE10)
Official Website: http://strut.io
- http://www.youtube.com/watch?v=TTpiDXEIulg
- previous video: http://www.youtube.com/watch?v=zA5s8wwme44
Twitter: @StrutPresents
strut-presentation-editor@googlegroups.com
To build your own version of Strut you'll need Grunt v0.4.0 or later.
- Install the latest Grunt:
npm install -g grunt-cli - Clone Strut:
git clone git://github.com/tantaman/Strut.git cd Strut- Install Strut's development dependencies:
npm install - Run Strut:
grunt server(the server runs at localhost:9000)
To make a production build of Strut run grunt build.
The resulting build will be located in Strut/dist.
- Strut https://github.com/tantaman/Strut/
- ImpressJS https://github.com/bartaz/impress.js/
- Bespoke.js https://github.com/markdalgleish/bespoke.js
- BackboneJS http://documentcloud.github.com/backbone/
- Spectrum https://github.com/bgrins/spectrum
- Etch http://etchjs.com/
- Bootstrap http://twitter.github.io/bootstrap/
- lodash http://lodash.com/
- mousetrap http://craig.is/killing/mice
- RequireJS http://requirejs.org/
- JQuery http://jquery.com/
- HandlebarsJS http://handlebarsjs.com/
- Grunt http://gruntjs.com/

