Skip to content

sman591/resume

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Resume

My personal resume, built with the web.

https://sman591.github.io/resume/

Getting Started

  1. Clone the repo & install dependencies
$ git clone git@github.com:sman591/resume.git
$ cd resume
$ bundle install
$ npm install
  1. Startup the local development environment
npm start
  1. Your local environment is now available at http://localhost:4000

Ongoing Development

Useful commands:

  • npm run start - builds and starts a local server that watches for local changes
  • npm run build - performs a build, saved to /public
  • npm run deploy - deploy the current build to the gh-pages branch

Deployment

This site is currently hosted on GitHub pages. You can deply via npm run deploy. For further details, see grunt-gh-pages.