tilltheend-website/README.md

399 B

TillTheEnd Website

Personal website for IT consulting and freelancing.

Quick Start

# Install dependencies
npm install

# Development server
npm run dev

# Build for production
npm run build

# Docker
docker compose up --build

Tech Stack

  • Vite (build tool)
  • Tailwind CSS (styling)
  • Nginx (production serving)

Structure

See SPEC.md for full specification.