My personal resume, built with the web.
https://sman591.github.io/resume/
- Clone the repo & install dependencies
$ git clone [email protected]:sman591/resume.git
$ cd resume
$ bundle install
$ npm install
- Startup the local development environment
npm start
- Your local environment is now available at http://localhost:4000
Useful commands:
npm run start
- builds and starts a local server that watches for local changesnpm run build
- performs a build, saved to /publicnpm run deploy
- deploy the current build to the gh-pages branch
This site is currently hosted on GitHub pages. You can deply via npm run deploy
. For further details, see grunt-gh-pages.