Skip to content

quarkiverse/quarkiverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Quarkiverse Hub!

The Quarkiverse GitHub organization provides repository hosting (including build, CI and release publishing setup) for Quarkus extension projects contributed by the community.

This repository serves several functions:

Onboarding an extension

Looking to onboard an extension? Here's the quick link.

Updating the docs

The content for the Quarkiverse Hub site lives in the docs folder. It is mirrored to the GitHub wiki, and also published externally as a Gatsby site. This allows the content to be indexed by search engines, and also enables richer formatting and styling.

Run project locally

To stand up the Gatsby site locally, work in the site directory. First, install the required dependencies:

npm install

Then, to start development:

npm run develop

Gatsby will start a hot-reloading development environment at localhost:8000