Skip to content

snaplet/docs

Repository files navigation

Prerequisites

Install brew, git, pnpm and Node.js :

Brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Git

brew install git

Pnpm and Node.js

curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm env use --global lts
corepack enable

Installation

git clone git@github.com:snaplet/docs.git
cd docs
pnpm install

Run the project

pnpm next
# Go to http://localhost:3000