mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
481 B
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.