My personal work-in-progress portfolio website.
After first clone you'll need to run pnpm install (using pnpm).
You can then start a development server by running the following commands:
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev --open
# use docker to run playwright tests locally
docker run -it --rm -v .:/code mcr.microsoft.com/playwright:v1.61.1-noble /bin/bashYou can easily create a static production version:
pnpm buildYou can preview the production build with pnpm preview or simply serve the webapp using any webserver.