Files
jsonresume-theme-short/README.md
Mattias Erming 039458c55d Update README.md
2014-07-28 16:45:54 -07:00

35 lines
877 B
Markdown

# Boilerplate theme [![NPM version](https://badge.fury.io/js/jsonresume-theme-boilerplate.png)](https://www.npmjs.org/package/jsonresume-theme-boilerplate)
This is the boilerplate theme for [JSON Resume](http://jsonresume.org/).
## Getting started
To get started with theme development, this is what you'll need:
- [node.js](http://http://howtonode.org/how-to-install-nodejs)
- [npm](http://howtonode.org/introduction-to-npm)
If you're on Linux, you can simply run:
```
apt-get install nodejs-legacy npm
```
Or if you're on OSX and got [Homebrew](http://brew.sh/) installed:
```
brew install node
```
### Installing the command line
We're going to use [resume-cli](https://github.com/jsonresume/resume-cli) to run our development server.
Go ahead and install it:
```
npm install -g resume-cli
```
## License
Available under [the MIT license](http://mths.be/mit).