Skip to content

Repository files navigation

jasonruesch.github.io

Personal website for Jason Ruesch — software developer and designer. A fast, accessible single-page app deployed to GitHub Pages.

Tech stack

  • React 19 + TypeScript
  • Vite 8 for dev/build tooling
  • Tailwind CSS v4 (CSS-first @theme tokens in src/index.css — no config file)
  • React Router 7 with file-based routing via @evolonix/react-router-next
  • ESLint + Prettier for linting and formatting

Getting started

Requires the Node version pinned in .nvmrc (Node 24). With nvm:

nvm use
npm install
npm run dev

The dev server prints a local URL (default http://localhost:5173).

Scripts

Script What it does
npm run dev Start the Vite dev server with HMR
npm run build Type-check (tsc -b) and build to dist/
npm run preview Serve the production build locally
npm run lint Run ESLint
npm run format Format all files with Prettier
npm run format:check Verify formatting (CI gate)
npm run typegen Generate route types (runs automatically via prebuild)
npm run generate:splash Regenerate the iOS PWA splash screens

Routing

Routes are file-based (Next.js-style) under src/app/: a folder with a page.tsx becomes a route, layout.tsx wraps its children, and not-found.tsx handles 404s. Current pages:

Reusable UI primitives live in src/app/_components/ and shared hooks/utilities in src/app/_lib/.

Deployment

Pushing to main triggers .github/workflows/deploy.yml, which installs dependencies, runs format:check + lint + build, and publishes dist/ to GitHub Pages using the official Pages actions. The workflow can also be run manually from the Actions tab (workflow_dispatch).

public/404.html plus a redirect snippet in index.html implement the SPA fallback for GitHub Pages so deep links resolve to client-side routes.

Dependencies and GitHub Actions are kept up to date weekly via Dependabot.

About

A React 19 + Vite single-page app with file-based routing, a Tailwind v4 design system, light/dark theming, and PWA support. Deployed to GitHub Pages via GitHub Actions.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages