This is my portfolio site! The site is a work in progress but feel free to look around.
Install dependencies:
pnpm i
Run the development server:
pnpm dev
Open http://localhost:3000 in your browser.
Build and run the production server:
pnpm build
pnpm start
Build and run with Docker:
docker build -t engelde/portfolio .
docker run --name portfolio -p 80:3000 -d engelde/portfolio