The name of this repo follows the Github pages recommendations (if your account has uppercase letters, convert them for the repo/page name).
That way, my resume exported as an ìndex.html is automatically visibile on my github page.
The package.jon file contains all the scripts necessary to:
- install the dependencies:
npm install - validate the json:
npm run validate - autoformat the json (Linux only with
yajl-tools):npm run autoformat - render the json to html:
npm run render