UNPKG

jsonresume-theme-simple-red

Version:
57 lines (34 loc) 1.11 kB
# jsonresume-theme-simple-red Simple red theme for JSONResume. [See it live.](https://andrewavdeev.com/resume.html) Support printable version. ## Screenshots (Desktop version) ![](./screenshots/screenshot-1.jpg) ## Screenshots (mobile version) | ![](./screenshots/screenshot-2.png) | ![](./screenshots/screenshot-3.png) | ![](./screenshots/screenshot-4.png) | > [Online demo](https://andrewavdeev.com/resume.html) ## Getting started ### Install the command line Create your resume in json on [jsonresume](https://jsonresume.org) The official [resume-cli](https://github.com/jsonresume/resume-cli) to run the development server. Go ahead and install it: ``` sudo npm install -g resume-cli ``` ### Install and serve theme This is a theme for JSON Resume. It is available via npm: ``` npm install jsonresume-theme-simple-red ``` then change directory: `cd node_modules/jsonresume-theme-simple-red/` And simply run: ``` resume serve ``` You should now see this message: ``` Preview: http://localhost:4000 Press ctrl-c to stop ``` ## License Available under [the MIT license](http://mths.be/mit).