Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 813 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 813 Bytes

keenanpayne.com

Netlify Status

This is the repository for my personal website.

Feel free to fork this and use my code and designs for whatever you'd like. You can add credit to myself if you please, but it's not necessary.

Compilation

  1. Fork the repo
  2. Install NodeJS (recommended version in .node-version)
  3. CD into the folder: cd ../path/to/keenanpayne.com
  4. Install NPM dependencies: npm install
  5. For development: npm start
  6. For production: npm run app:build:prod

Credits

  • Netlify
    • Superb web hosting
  • Eleventy
    • Flexible JavaScript static site generator