Welcome to Origin, my starting point for front-end development. Origin is one part automated build tasks and one part baseline style guide for HTML, CSS, and JavaScript.
Like the Web itself this project is forever a work in progress. I’ve decided to make Origin public for those interested. Origin it not a final solution, framework, or boilerplate I expect others to use “as is”. From time to time it will include experimental and far from optimal build tasks. You may prefer a less bespoke workflow like Yeoman or a CSS framework like Inuit.css without my preferences.
git init
git remote add -f dbushell-Origin git@github.com:dbushell/dbushell-Origin.git
git merge dbushell-Origin/master
npm install
to install Node dependencies
grunt
to build this website to ./build/
Use grunt watch
to automatically rebuild HTML, CSS, JavaScript after they’ve been edited.