/resume

My resume

Primary LanguageHTML

Resume

My personal resume, built with the web.

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

Getting Started

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

Ongoing Development

Useful commands:

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

Deployment

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