A portfolio website implemented in various frameworks:
Use the package manager pnpm for project dependencies.
pnpm install
# start dev server
pnpm dev
# build for production
pnpm build
# test the prod build
pnpm preview
You can check other scripts in package.json
of the root repo and each package