Simple portfolio page written in Astro + Svelte + TailwindCSS.
You can either manually run it (need to have pnpm installed) or spin up a Docker container using the provided Dockerfile:
pnpm install and pnpm run devdocker build -t portfolio ., then docker run -t -i -p 5000:5000 portfolio. The app will be avalaible on http://localhost:5000/.