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