Skip to content

dewinterjack/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.0%
  • MDX 35.3%
  • Other 1.7%