@@ -116,19 +116,51 @@ const App = () => (
116116
117117## Getting started
118118
119- ** ⚡ The quickest way to get started is to use our [ playcanvas-react.app/new] ( https://playcanvas-react.vercel.app/new ) starter template.**
119+ The quickest way to get started is to run the following
120+
121+ <Tabs items = { [' pnpm' , ' npm' , ' yarn' ]} >
122+ <Tabs.Tab >
123+ ``` bash copy
124+ pnpm create playcanvas -t react-ts
125+ ```
126+ </Tabs.Tab >
127+ <Tabs.Tab >
128+ ``` bash copy
129+ npm create playcanvas@latest -t react-ts
130+ ```
131+ </Tabs.Tab >
132+ <Tabs.Tab >
133+ ``` bash copy
134+ yarn create playcanvas -t react-ts
135+ ```
136+ </Tabs.Tab >
137+ </Tabs >
120138
121- For a local npm setup run the following and follow the [ Getting Started Guide ] ( /docs/guide/getting-started ) .
139+ This will spin up a new project and dev environment and get you up and running in seconds .
122140
123- ``` bash copy
124- npm install @playcanvas/react playcanvas
125- ```
141+ Alternatively try the [ playcanvas-react.app/new] ( https://playcanvas-react.vercel.app/new ) Stackblitz starter template.
126142
127- You can also clone the following starter template.
143+ ### Installing manually
128144
129- ``` bash copy
130- git clone https://github.com/marklundin/playcanvas-react-template.git
131- ```
145+ If you already have a project setup you can install the library via npm.
146+
147+ <Tabs items = { [' pnpm' , ' npm' , ' yarn' ]} >
148+ <Tabs.Tab >
149+ ``` bash copy
150+ pnpm add @playcanvas/react
151+ ```
152+ </Tabs.Tab >
153+ <Tabs.Tab >
154+ ``` bash copy
155+ npm install @playcanvas/react
156+ ```
157+ </Tabs.Tab >
158+ <Tabs.Tab >
159+ ``` bash copy
160+ npm install @playcanvas/react
161+ ```
162+ </Tabs.Tab >
163+ </Tabs >
132164
133165## Ready to build?
134166
@@ -160,4 +192,5 @@ To get your IDE up to speed, run the following from the root of your project to
160192Developers and studios are already using ** @playcanvas/react ** in production
161193
162194- ⚡ [ Snap AI] ( https://ai.snapchat.com ) uses ** @playcanvas/react ** to build real-time 3D interfaces inside their next-gen tools.
195+ - [ GSplat Share] ( https://gsplat.org/ ) – Share your splats with optional time-limited and password-protected links.
163196- ✨ Your project here? [ Submit a PR] ( https://github.com/playcanvas/react/compare ) and we’ll feature it below.
0 commit comments