These are the source files of my resume. It is available at http://simon.jodet.com. It's built using grunt and bower.
To build it, you should:
- Install npm.
- Install bower.
- Run
npm install
andbower install
. - Run
grunt
(Please check Gruntfile.js to check what are the available tasks).
Copyright (c) 2015 Simon Jodet under MIT license.