Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.54 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.54 KB

zachgrimaldi.com

This is the source code for my personal website, zachgrimaldi.com.

Screenshot of the website

Tools Used

Commands

Run a local development server:

npx wrangler dev

Publish the website to Cloudflare Workers:

npx wrangler deploy

Changelog

Date Version Description
2024-11-26 1.0.3 Add viewport meta tag to improve mobile experience.
2024-11-23 1.0.2 Add fallback "Page not found" handler.
2024-11-23 1.0.1 Add the GitHub repo to the About the site section.
2024-11-23 1.0.0 Initial release to Cloudflare Workers.