Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.07 KB

mandrasch.dev

Personal landing page, built with

Live site: mandrasch.dev

Local development

Start local development with

npm install
npm run dev -- -- open

Simulate production build via

npm run build
npm run preview

Deployment

On server it runs via adapter-node with

# Originally it was this, but I needed dev for paraglide
# npm ci --omit dev

npm ci
npm run build
ORIGIN=https://mandrasch.dev node build

See Deploy SvelteKit with SSR on Coolify (Hetzner VPS).

Credits and acknowledgements