29 lines
399 B
Markdown
29 lines
399 B
Markdown
|
|
# 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.
|