Skip to content

prestonbourne/www-2024

Repository files navigation

my online homebase :)

you're welcome to use any code snippets you find, or even use the entire website as a template

Quick Info

Speed ⚡

Website Performance Metrics, Image shows ideal FCP, LCP, CLS, Time to first byte, etc metrics

Note Content

Note content is generated using MDX, using the scripts/prebuild/build-note-map.ts, referenced in the package.json a file called notesMap.json is generated before each production build.

Development

  1. install package:, pnpm i
  2. build mdx content, pnpm run prebuild
  3. run the development server pnpm run dev

To install supbase types (optional): pnpm run supabase gen types typescript --project-id {here} --schema public > src/supabase/types.ts Read More