mirror of
https://github.com/tiennm99/dating.git
synced 2026-09-02 04:20:24 +00:00
fb2a214cc2826a3282014289a902d7084c2c4eec
Dating
Warm-witty dating JD and CV site for Tiến Nguyễn Minh.
Pages
/home/jd/future lover job description/cv/candidate CV
Features
- Light theme: white and blue
- Dark theme: black and pink
- Compact emoji theme switch
- Vietnamese-only copy
- Theme preference persisted in the browser
Tech
- SvelteKit 2
- Svelte 5
- JavaScript with JSDoc type checking
@sveltejs/adapter-static- GitHub Pages
Developing
Install dependencies:
pnpm install
Run locally:
pnpm run dev
Building
Local static build:
pnpm run build
GitHub Pages build (CI sets BASE_PATH from the repository name; to reproduce locally):
# Git Bash / Linux / macOS
BASE_PATH=/dating pnpm run build
# Windows PowerShell
$env:BASE_PATH = '/dating'; pnpm run build
Preview:
pnpm run preview
Languages
CSS
40.2%
JavaScript
33.5%
HTML
26.3%