Skip to content

QuiltMC/developer-wiki

Repository files navigation

Quilt Developer Wiki

Developing

In order to preview what will appear on the site as you write wiki articles, you'll need to install PNPM. After installing, run the following commands to host a preview:

Install dependencies:

pnpm install

Run a development server with:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

Building

To create a production version of the wiki:

pnpm build

You can preview the production build with pnpm preview.