项目作者: methusael13

项目描述 :
Web resume template
高级语言: HTML
项目地址: git://github.com/methusael13/resume-builder.git
创建时间: 2017-09-30T10:57:20Z
项目社区:https://github.com/methusael13/resume-builder

开源协议:MIT License

下载


Resumé Builder

Web resume template

Change profile data

The profile data can be modified at data/profile.json.

Change profile picture

Add an image of your own in public/assets/images, and then pass the link to that image in profile.json as given below:

  1. imageUrl: "/assets/images/<file>"

Change theme

The theme exposes only two configurable colors in profile.json. You can modify them to your liking.

  1. theme: {
  2. "primary": "#f4645f",
  3. "category-headers": "#607D8B"
  4. }

Building

  • Download nodejs and npm for your platform
Platform Command
Ubuntu sudo apt-get install nodejs npm
Fedora sudo dnf install nodejs npm
  • Clone this repository

    1. git clone https://github.com/methusael13/resume-builder.git
  • Install dependencies

    1. cd resume-builder
    2. npm install
  • Run Node.js server

    1. npm start
  • Open your favourite browser and browse to http://localhost:8080