🎧 The source for my personal site. Built using Astro (and other tools): https://coryd.dev/colophon
This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-11-25 17:09:40 -08:00
.github feat: initial commit 2024-11-21 19:11:16 -08:00
public fix: 404 2024-11-25 06:38:27 -08:00
queries feat: dynamic pages to sitemap 2024-11-25 17:09:40 -08:00
scripts feat: dynamic pages to sitemap 2024-11-25 17:09:40 -08:00
src feat: dynamic pages to sitemap 2024-11-25 17:09:40 -08:00
workers feat: initial commit 2024-11-21 19:11:16 -08:00
.env feat: initial commit 2024-11-21 19:11:16 -08:00
.gitignore feat: initial commit 2024-11-21 19:11:16 -08:00
.markdownlint.json feat: initial commit 2024-11-21 19:11:16 -08:00
.npmrc feat: initial commit 2024-11-21 19:11:16 -08:00
.nvmrc feat: initial commit 2024-11-21 19:11:16 -08:00
astro.config.mjs feat: dynamic pages to sitemap 2024-11-25 17:09:40 -08:00
LICENSE feat: initial commit 2024-11-21 19:11:16 -08:00
package-lock.json feat: dynamic pages to sitemap 2024-11-25 17:09:40 -08:00
package.json feat: dynamic pages to sitemap 2024-11-25 17:09:40 -08:00
README.md feat: initial commit 2024-11-21 19:11:16 -08:00

coryd.dev

Hi! I'm Cory. 👋🏻

This is the code for my personal website and portfolio. Built using Astro and other tools.


Local dev setup

  1. npm install

Local dev workflow

  1. npm start
  2. Open http://localhost:4321

Other commands

npm run build: builds Astro output.
npm run prevew: previews built Astro output (uses wrangler command compatible with Cloudflare adapter under the hood).
npm run update:deps: checks for dependency updates and updates Astro.
npm run build:worker -- WORKER_NAME: builds the wrangler.toml file for the named worker. npm run deploy:worker --worker=WORKER_NAME: deploys the named worker.

Required environment variables

ACCOUNT_ID_PLEX
API_KEY_PLAUSIBLE
SUPABASE_URL
SUPABASE_KEY
CF_ACCOUNT_ID
CF_ZONE_ID
RSS_TO_MASTODON_KV_NAMESPACE_ID