Skip to content

RealFX-Code/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.

About

The source code for the Quilt Developer Wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 41.7%
  • TypeScript 31.2%
  • Fluent 16.8%
  • JavaScript 9.8%
  • HTML 0.5%