Skip to content

dimorphic/workfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workfolio

Source code of sabin-tudor.ro.

Built using AngularJS, SCSS, GruntJS and Google Docs as database. Best viewed in Chrome.

Database sample : here

Coffee, pizza and other ancient sorceries used aswell, no kitties harmed tho! :)

Getting started

This bundle requires:

Install Grunt

$ npm install -g grunt-cli

SASS compile task

This task requires you to have Ruby, Sass, and Compass installed. If you're on OSX or Linux, Ruby is most likely installed already; test it with ruby -v in your terminal.

If Ruby is ok, proceed to install SASS and Compass via Terminal :

$ (sudo) gem update --system && (sudo) gem install compass

Running

Fire up using $ grunt and you're ready to develop! Any changes to files will be pushed by Grunt to your browser.

When ready to go live, use $ grunt build.

To do

  • Clean-up old code
  • Fix SVG logo draw (maybe revert logo draw animation back to CSS?).
  • Switch to one "dynamic" SVG border for improved performance? (less SVGs = less memory = win = yes?)
  • fx.projector: add left / right arrows navigation ?
  • Write a better "build" task
  • Better docs
  • Clean / rewrite some Grunt tasks (maybe switch to Gulp?)