Skip to content

LC-ContentLib/LC-ContentLib.github.io

Repository files navigation

ContentLib Wiki

This repository is a docs site. You can find it here: https://lc-contentlib.github.io/

This site is built with Starlight.

Contributing

Running the Site Locally

  1. Install pnpm globally:

    sudo npm i pnpm -g
  2. Install dependencies:

    pnpm i
  3. Run the site:

    pnpm dev
Or alternatively, if you want to preview a release version of the site.
  1. Build a release version of the site:

    pnpm build
  2. Preview the built release site:

    pnpm preview