A genealogy tree SvelteKit website.
-
Make sure you have docker compose, then clone and cd into this repo.
-
Modify
.env
file or create.env.local
to modify/override server options.cp .env .env.local nano .env.local
-
Run
docker compose -f ./deploy/compose-run-nginx.yaml --project-name family-tree up -d
.
For more deployment options and notes, check out this page.