snaplet / docs

Snaplet Documentation

Home Page:https://docs.snaplet.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Snaplet Documentation

https://docs.snaplet.dev


Languages

Language:TypeScript 61.5%Language:MDX 37.6%Language:CSS 0.6%Language:JavaScript 0.3%