how this shit works.
06 Apr 2015so… basically this is it:
- make sure u have
node_modulesin your.gitignore - set markdown syntax to
kramdownin your_config.yml - run
npm installto grab all dependencies from yourpackage.json - run
gulpto open uplocalhost:3000and start editing what u need - if all is ok, just commit to the repo and sync.
but…
if you have all repos saved locally and up-to-date (that is, working on one comp), then u don’t need to install gulp locally every time. branches are easy since they work on the same files. tadaa.