Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 554 Bytes

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.