PluralKit/docs/README.md
2020-06-10 18:11:28 +02:00

481 B

PluralKit docs

The documentation is built using Vuepress. All website content is located in the content/ subdirectory.

Building

First, install Node.js and Yarn. Then, run the dev command:

$ yarn
$ yarn dev

This will start a development server on http://localhost:8080/.

Deployment

The docs are deployed using Netlify with CI.