Skip to content

sman591/resume

Repository files navigation

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.