This repository is a docs site. You can find it here: https://lc-contentlib.github.io/
This site is built with Starlight.
-
Install
pnpm
globally:sudo npm i pnpm -g
-
Install dependencies:
pnpm i
-
Run the site:
pnpm dev
Or alternatively, if you want to preview a release version of the site.
-
Build a release version of the site:
pnpm build
-
Preview the built release site:
pnpm preview