Mattias Erming a9464c1627 Update template
2014-07-31 14:07:05 -07:00
2014-07-25 10:48:10 -07:00
2014-07-28 03:49:42 -07:00
2014-07-31 14:07:05 -07:00
2014-07-31 04:20:34 -07:00
2014-07-31 14:07:05 -07:00
2014-07-31 14:07:05 -07:00

Boilerplate theme

This is the boilerplate theme for JSON Resume.

Getting started

To get started with theme development, this is what you'll need:

If you're on Linux, you can simply run:

sudo apt-get install nodejs-legacy npm

Or if you're on OSX and got Homebrew installed:

brew install node

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-cli

Download theme

Lets go ahead and clone the repository:

git clone http://github.com/jsonresume/jsonresume-theme-boilerplate

Install npm packages

We need to install the dependencies. cd into the theme folder and run:

sudo npm install

This will read the local package.json and install the packages listed under dependencies.

Serve theme

While inside the theme folder, simply run:

resume serve

You should now see this message:

Preview: http://localhost:4000
Press ctrl-c to stop

Congratulations, you've made it!

The theme development can now begin.

License

Available under the MIT license.

Description
No description provided
Readme 54 KiB
Languages
CSS 64.9%
JavaScript 35.1%