TillTheEnd IT consulting website - migrated from Gitea
| src | ||
| .commitmsg | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| SPEC.md | ||
| tailwind.config.js | ||
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.