QuiltMC / developer-wiki

The source code for the Quilt Developer Wiki

Home Page:https://wiki.quiltmc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The source code for the Quilt Developer Wiki

https://wiki.quiltmc.org

License:Creative Commons Zero v1.0 Universal


Languages

Language:Svelte 52.5%Language:TypeScript 32.0%Language:JavaScript 14.7%Language:HTML 0.7%