Skip to content

fiveoutofnine/www

Repository files navigation

5/9's personal website: fiveoutofnine.com.

Structure

The site is divided into 4 categories:

  • /, page featuring cool things I've done.
  • /blog, page listing things I've written.
  • /design, documentation for my design system.
  • Other projects, pages, etc.

Local development

Installation

git clone https://github.com/fiveoutofnine/www.git
pnpm install
pnpm run dev

Building

supabase gen types typescript --project-id $PROJECT_ID > generated/database.types.ts
pnpm dlx next build