Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.16 KB

Grady Thompson

This is Grady Thompson's personal website. Built with Eleventy, hosted by Cloudflare Pages. gradyt.com

Tech

Eleventy HTML5 CSS3 JavaScript Node.js npm Visual Studio Code Microsoft Edge

Building

  • Prerequisite: Node.js v18 and npm
  • Install dependencies: npm install
  • Run development server: npm start
  • Run production build: npm run build