Skip to content

tnfssc/sca.run

Repository files navigation

This repo has all the code for my site sca.run. The entire website was made using Astro.

Astro MDX shadcn TypeScript PNPM


Instructions

  • You can start the dev server using the following commands:
# Install tools
asdf install
corepack enable
asdf reshim

# Install dependencies
pnpm install

# Start the dev server
pnpm dev
  • Open http://localhost:4321 in your browser to view the website.