Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 409 Bytes

프로젝트 설명

패키지 매니저

pnpm을 사용하고 있습니다. npm을 이용하여 설치하는 방법도 있고 각 플랫폼별로 설치하는 방법도 있습니다. 설치 방법은 아래를 참고해주세요.

NPM

npm install -g pnpm

Windows Powershell

iwr https://get.pnpm.io/install.ps1 -useb | iex

Mac brew

brew install pnpm