jsonresume-theme-ran-responsive v0.0.1
jsonresume-theme-responsive
JSON Resume template based on FREE RESPONSIVE HTML/CSS3 CV TEMPLATE from http://www.thomashardy.me.uk/free-responsive-html-css3-cv-template http://www.thomashardy.me.uk/cv/ with some personal touches.
Usage
To first get started with this JSONResume theme, you'll need to have the JSONResume CLI installed. If you haven't already install it with npm install -g resume-cli. If this doesn't work, try sudo npm install -g resume-cli.
After this, you can get your resume.json ready by typing resume init. After hitting enter, your resume will be initialized and you can edit it and fill in the neccessary fields. Check out the official resume-schema repository for more information on filling these fields.
When you are finished with your resume, you may test it by yet again opening the command line and typing resume serve --theme kendall to see how it looks with this theme. You can replace the word kendall with other theme names too.
Install the command line
We're going to use the official resume-cli to run our development server.
Go ahead and install it:
sudo npm install -g resume-cliInstall npm packages
We need to install the dependencies. cd into the theme folder we just downloaded and run:
sudo npm installThis will read the local package.json and install the packages listed under dependencies.
Serve theme
While inside the theme folder, simply run:
resume serve --theme .You should now see this message:
Preview: http://localhost:4000
Press ctrl-c to stopCongratulations, you've made it!
The theme development can now begin.
6 years ago