Install brew, git, pnpm and Node.js :
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install gitcurl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm env use --global lts
corepack enablegit clone [email protected]:snaplet/docs.git
cd docs
pnpm installpnpm next
# Go to http://localhost:3000