~siegfriedehret/sites

Sources for ehret.me & sieg.fr, make with SvelteKit, pnpm and turobrepo
🖼️ add upscaled image for meloedotfr
📝 update readme
🐛 fix link to meta image in meloedotfr

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~siegfriedehret/sites
read/write
git@git.sr.ht:~siegfriedehret/sites

You can also use your local clone with git send-email.

#My sites

This is a monorepo with the sources for:

Using:

#Locally

Run:

  • pnpm install
  • pnpm run dev

#On Vercel

Environment variables

Name Value
CONTENTFUL_SPACE_ID something
CONTENTFUL_DELIVERY_TOKEN something
CONTENTFUL_PREVIEW_TOKEN something

⚠️ currently, --force should be added to the BUILD command otherwise there is no output folder since Vercel start the build in a new environment.

#For ehretdotme

  • Root directory: apps/ehretdotme
  • BUILD COMMAND: cd ../.. && pnpm run build:ehretdotme --force
  • INSTALL COMMAND: cd ../.. && pnpm install

#For siegdotfr

  • Root directory: apps/siegdotfr
  • BUILD COMMAND: `cd ../.. && pnpm run build:siegdotfr --force
  • INSTALL COMMAND: cd ../.. && pnpm install

#For meloedotfr

  • Root directory: apps/meloedotfr
  • BUILD COMMAND: `cd ../.. && pnpm run build:meloedotfr --force
  • INSTALL COMMAND: cd ../.. && pnpm install

#License

Under AGPL-3.0-or-later, see the LICENSE file at the root of the repository.