Getting Started
Display a list of all contributors to your project.
Prerequisites
You will need to have a Starlight website set up. If you don’t have one yet, you can follow the “Getting Started” guide in the Starlight docs to create one.
Installation
-
starlight-contributor-list
is a Starlight plugin. Install it by running the following command in your terminal: -
In any
.mdx
or.astro
file, import theContributorList
component by adding the following import statement: -
Now you can use the
ContributorList
component within this file: -
Start the development server to preview the plugin in action.