© 2026 6missedcalls

Back to blog

Hello World

October 27, 2025
Test

Heading 1

Heading 2

Heading 3

Heading 4

Quote

"John Appleseed didn't like me very much" - Carl Appleseed

Normal

Bold

Italic

code

index.json
{
  "test_version": "1.0.0"
}

Bullet List

  • one
  • two
  • three

Link

Image

Terminal

terminal
# Clone the repo
git clone https://github.com/6missedcalls/6missedcalls-site.git
cd 6missedcalls-site

# Install dependencies
pnpm install

# Run the dev server
pnpm dev

# Build for production
pnpm build && pnpm start