bjgvfcgc cbc
# Create app
npm create vite my-crossy-road-game
# Select React as framework
# Select JavaScript
# Navigate to the project
cd my-crossy-road-game
# Update react and react-dom
npm install react@latest react-dom@latest
# Install dependencies
npm install three @react-three/fiber
# Start development server
npm run dev