This project is not being maintained
An interactive self-building resume View Site
git clone [email protected]:LovelyHorse/resume.git
cd resume
npm install
npm run dev
# Open localhost:8080/index-dev.html in your browser.
npm run build
# app.js will be bundled via webpack!
# Open file://*path*/index.html in your browser.
- Touch up JS syntax highlighting
- Update UX / UI changes on this codebase
Huge credit goes to Samuel Reed whos own site heavily inspired my own. Check out his site and Github!