Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sman591/resume
My resume
https://github.com/sman591/resume
css html resume
Last synced: 21 days ago
JSON representation
My resume
- Host: GitHub
- URL: https://github.com/sman591/resume
- Owner: sman591
- Created: 2014-10-01T05:58:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T04:59:06.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T07:54:38.008Z (9 months ago)
- Topics: css, html, resume
- Language: Haml
- Homepage: https://sman591.github.io/resume/
- Size: 705 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Resume
==========My personal resume, built with the web.
[https://sman591.github.io/resume/](https://sman591.github.io/resume/)
# Getting Started
1. Clone the repo & install dependencies
```bash
$ git clone [email protected]:sman591/resume.git
$ cd resume
$ bundle install
$ npm install
```2. Startup the local development environment
```bash
npm start
```3. Your local environment is now available at [http://localhost:4000](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](https://github.com/tschaub/grunt-gh-pages).