jsonresume-theme-caffeine
Caffeine theme for the JSON Resume project
File Explorer
Download Latest Version (.zip)- _base.scss
- _fonts.scss
- _global.scss
- _education.scss
- _info-tag.scss
- _references.scss
- _page.scss
- _print.scss
- _media-queries.scss
- _functions.scss
- _mixins.scss
- _variables.scss
- main.scss
- about.hbs
- awards.hbs
- education.hbs
- interests.hbs
- languages.hbs
- publications.hbs
- references.hbs
- resume-header.hbs
- skills.hbs
- summary.hbs
- volunteer.hbs
- work.hbs
- info-tag.hbs
- section-header.hbs
- social.hbs
- title.hbs
- resume.hbs
- extras.js
- html.js
- images.js
- styles.js
- jshint.js
- watch.js
- clean.js
- resume.js
- .editorconfig
- .gitignore
- .jshintrc
- .npmignore
- .travis.yml
- gulpfile.js
- index.js
- LICENSE
- package.json
- README.md
- resume-sample.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/kelyvin/jsonresume-theme-caffeine
Downloads the entire project code from GitHub to your computer.
cd jsonresume-theme-caffeine
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g resume-cli gulp-cli
Installs the package published on the npm registry globally โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g resume-cli gulp-cli
Installs the package published on the npm registry globally โ no need to clone the source.
yarn install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm run export
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
