22 lines
484 B
Markdown
22 lines
484 B
Markdown
# React Three.js study
|
|
|
|
This is a simple React Three.js project that demonstrates how to use Three.js with React.
|
|
It includes a simple scene with a city and a globe.
|
|
|
|
## Getting Started
|
|
|
|
To get started, clone the repository and install the dependencies:
|
|
|
|
```bash
|
|
pnpm install
|
|
```
|
|
|
|
Then, start the development server:
|
|
|
|
```bash
|
|
pnpm run dev
|
|
```
|
|
|
|
Open your browser and navigate to `http://localhost:5173` to see the app in action.
|
|
You should see a simple scene with a city and a globe.
|
|
|