This is intended for developers and people who are interested in learning more about the QIIME 2 Library. The Library is hosted at https://library.qiime2.org.
The QIIME 2 Library provides a means for QIIME 2 developers to host their plugins and for QIIME 2 users to discover new plugins.
To add a plugin to the library, please consult the docs here.
To host the app locally, first install the dependencies (while in the root of the repo):
npm install
Then run:
npm run dev
This will host the app on localhost:5173
by default.