kcv-theme-standard-resume
v1.0.4
Published
JSON Resume Theme based on Standard Resume
Downloads
2
Readme
JSON Resume Theme Standard Resume
JSON Resume theme imitating the amazing style from Standard Resume
Install the command line
We're going to use the official resume-cli to run our development server.
Go ahead and install it:
npm install -g resume-cli
Download theme
npm install -g jsonresume-theme-standard-resume
Serve theme
While inside the theme folder, simply run:
resume serve -t standard-resume
You should now see this message:
Preview: http://localhost:4000
Press ctrl-c to stop
Congratulations, you've made it!
Development
I provided two scripts inside the package.json
:
yarn html
: Generatehtml
file and store it inside/dev
.yarn pdf
: Generatepdf
file and store it inside/dev
.
License
Available under the MIT license.