aecomet / aecomet.github.io

Profile Page.
MIT License
1 stars 0 forks source link
portfolio-website profile

Comet Portfolio

License: APL 2.0

Page

Welcome Here!

Developer documentation

Languages

Quick Preview

docker run -p 8888:80 --rm ghcr.io/aecomet/portfolio
# => http://localhost:8888/

Set up for local

# install node
node -v
# => 22.4.0

npm i -g pnpm

pnpm install

pnpm run dev
# => Local:   http://localhost:8888/

Add packages

pnpm add -D ***
# or pnpm add ***

npm i -g pnpm

pnpm install

pnpm run dev
# => Local:   http://localhost:8888/