harrisonpim / harrisonpim.com

πŸ‘‹ personal website

Home Page:http://harrisonpim.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘‹ harrisonpim.com

Personal landing page / blog / cv

Built and deployed with jamstack principles in mind, using:

Developing

  • Clone this repo
  • Run yarn to install dependencies.
  • Run yarn env to link your local repo to the project on vercel and populate a local .env file with dev versions of all of the project's secrets.
  • Finally, run yarn dev to get a local version of the site running.

Deploying

The site is rebuilt and deployed automatically by vercel whenever changes are detected in:

  • the content in prismic (Ideally, changes are bundled together into a release)
  • the main branch of this repo (new PRs will generate a build which is deployed to a preview URL)

As changes on either side are relatively infrequent compared to the build time, there's no problem with rebuilding the site from scratch on every change.

About

πŸ‘‹ personal website

http://harrisonpim.com/

License:MIT License


Languages

Language:MDX 85.8%Language:TypeScript 11.0%Language:CSS 1.8%Language:JavaScript 1.5%