--- title: Install Logto SDK subtitle: 1 step --- ## Option 1: Install your SDK dependency Run the CLI command under your project's root directory. ``` // installation with npm npm install @logto/react --save // installation with yarn yarn add @logto/react // installation with pnpm pnpm install @logto/react --save ``` ## Option 2: Add script tag to your HTML ``` ``` ## Option 3: Fork your own from github ``` git clone https://github.com/logto-io/js.git ``` ``` pnpm build ```