Node v.22.11.0, React 18, Vite, Typescript, Recoil, Material UI, Emotion, Firebase, 모바일 지원
https://portfolio.purplediary.kr
First, run the development server:
pnpm i
pnpm dev
# 배포를 위해 firebase-tools 설치(처음 1회만)
npm i -g firebase-tools
firebase login
# 배포
pnpm run deployOpen http://localhost:5173/ with your browser to see the result.