Configurable portfolio built using SvelteKit and TypeScript.
I'm hosting it here on Vercel: svelte-portfolio-frederik-norlyk.vercel.app.
If you want to run it yourself, you must perform the following configurations.
To link the application with your Vercel PostgreSQL database, run the following commands: Read more
pnpm i -g vercel
vercel link
vercel env pull .env.development.local
You must also specify the following environment variables
PUBLIC_USERNAME=Your name
PUBLIC_CONTACT=www.linkedIn.com/you
PUBLIC_ABOUT="My name is..."