Skip to content

Instantly share code, notes, and snippets.

@maujim
Last active January 19, 2025 04:20
Show Gist options
  • Save maujim/555b145db3f3c2599210066e1073c2c4 to your computer and use it in GitHub Desktop.
Save maujim/555b145db3f3c2599210066e1073c2c4 to your computer and use it in GitHub Desktop.
#!/bin/sh
pnpm >/dev/null && echo "using pnpm"
echo "using react-swc"
pnpm create vite --template react-swc .
pnpm install three @types/three @react-three/{fiber,drei,rapier,cannon}
pnpm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment