mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
| .. | ||
| commands | ||
| content | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
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.