Home
Softono

Developer Wiki

Open source Svelte
42
Stars
34
Forks
34
Issues
4
Watchers
7 months
Last Commit

 About Developer Wiki

The source code for the Quilt Developer Wiki

Platforms

Web Self-hosted

Languages

Svelte

Need Help Installing Developer Wiki?

We provide expert installation service for this software. Our team will install, configure, and secure Developer Wiki on your server. plans start at just $30.

Developer Wiki

View on GitHub

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.