No description
Find a file
Bradley Shellnut 112e102f4f
Some checks are pending
Run_Svelte_Unit_on_PRs / test (push) Waiting to run
Updating satori and vercel/og.
2025-08-24 13:41:51 -07:00
.github/workflows Update svelte_integration.yml fixing run 2025-08-23 23:49:25 -07:00
.storybook Adding storybook and stories while also fixing accessibility in the external link component. 2025-08-21 17:15:04 -07:00
.vscode Adding playwright tests for home and about page. Adding github actions. 2025-08-23 14:54:11 -07:00
src Mocking bandcamp call and adding articles test with mocks. 2025-08-23 16:04:22 -07:00
static Fixing sitemap. 2023-12-08 10:21:45 -08:00
test-results Getting playwright started and refactoring article fetch plus tests 2025-08-22 16:54:29 -07:00
tests Adding playwright tests for home and about page. Adding github actions. 2025-08-23 14:54:11 -07:00
.env.example Adding env example node version. 2024-11-29 14:36:10 -08:00
.gitignore Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00
.node-version Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00
.npmrc First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.nvmrc Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00
biome.json Changing loading indicator to do some animation on navigate start. 2025-08-12 13:43:58 -07:00
docker-compose.yaml Fixing article errors by adding fetch retry with backoff and layout level fetches. 2025-08-11 22:38:38 -07:00
package.json Updating satori and vercel/og. 2025-08-24 13:41:51 -07:00
playwright.config.ts Adding playwright tests for home and about page. Adding github actions. 2025-08-23 14:54:11 -07:00
pnpm-lock.yaml Updating satori and vercel/og. 2025-08-24 13:41:51 -07:00
postcss.config.cjs Removing nprogress and replace with transition on SvelteKit navigate. Fix some postcss items. 2025-04-29 18:30:11 -07:00
README.md docs: 📝 Update README 2023-01-29 23:07:32 -08:00
svelte.config.js Fixing article errors by adding fetch retry with backoff and layout level fetches. 2025-08-11 22:38:38 -07:00
tsconfig.json Fixing article errors by adding fetch retry with backoff and layout level fetches. 2025-08-11 22:38:38 -07:00
vite.config.ts Removing nprogress and replace with transition on SvelteKit navigate. Fix some postcss items. 2025-04-29 18:30:11 -07:00

Personal Website

Rewriting my personal website, originally in Gatsby, using SvelteKit.

This is a work in progress to get the site on par with my old one and eventually update with ever newer things!

Developing

Install dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.