tilltheend-website/README.md

29 lines
399 B
Markdown
Raw Permalink Normal View History

# TillTheEnd Website
Personal website for IT consulting and freelancing.
## Quick Start
```bash
# 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](./SPEC.md) for full specification.