Last active
January 19, 2025 04:20
-
-
Save maujim/555b145db3f3c2599210066e1073c2c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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