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
You can easily create a static production version:
pnpm build
You can preview the production build with pnpm preview
or simply serve the webapp using any webserver.