/resume

An interactive live-coding resume site

Primary LanguageJavaScript

Keaton Okkonen

An interactive self-building resume View Site

Building

git clone git@github.com:LovelyHorse/resume.git
cd resume
npm install
npm run dev
# Open localhost:8080/index-dev.html in your browser.

Building for Production

npm run build
# app.js will be bundled via webpack!
# Open file://*path*/index.html in your browser.

Todo

  • Touch up JS syntax highlighting
  • Update UX / UI changes on this codebase

Credit

Huge credit goes to Samuel Reed whos own site heavily inspired my own. Check out his site and Github!