TillTheEnd IT consulting website - migrated from Gitea
Find a file
2026-03-02 17:51:29 +01:00
src Clean up unused Vite template files 2026-03-02 17:51:29 +01:00
.commitmsg Clean up unused Vite template files 2026-03-02 17:51:29 +01:00
.gitignore Add .gitignore and package-lock.json 2026-03-02 17:51:22 +01:00
docker-compose.yml Initial commit: TillTheEnd website with Vite + Tailwind CSS 2026-03-02 17:50:40 +01:00
Dockerfile Initial commit: TillTheEnd website with Vite + Tailwind CSS 2026-03-02 17:50:40 +01:00
index.html Initial commit: TillTheEnd website with Vite + Tailwind CSS 2026-03-02 17:50:40 +01:00
package-lock.json Add .gitignore and package-lock.json 2026-03-02 17:51:22 +01:00
package.json Initial commit: TillTheEnd website with Vite + Tailwind CSS 2026-03-02 17:50:40 +01:00
postcss.config.js Initial commit: TillTheEnd website with Vite + Tailwind CSS 2026-03-02 17:50:40 +01:00
README.md Initial commit: project specification and README 2026-03-02 17:28:23 +01:00
SPEC.md Initial commit: project specification and README 2026-03-02 17:28:23 +01:00
tailwind.config.js Initial commit: TillTheEnd website with Vite + Tailwind CSS 2026-03-02 17:50:40 +01:00

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.