Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 665 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 665 Bytes

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