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:
- Manual -
pnpm install
andpnpm run dev
- Docker - First
docker build -t portfolio .
, thendocker run -t -i -p 5000:5000 portfolio
. The app will be avalaible onhttp://localhost:5000/
.