PluralKit/docs
2020-06-11 15:57:45 +02:00
..
commands Add "data-based" command doc framework basics 2020-06-10 23:19:43 +02:00
content Small stylistic changes 2020-06-11 15:57:45 +02:00
.gitignore Initial docs rewrite using Vuepress 2020-06-10 18:11:28 +02:00
package.json Initial docs rewrite using Vuepress 2020-06-10 18:11:28 +02:00
README.md Initial docs rewrite using Vuepress 2020-06-10 18:11:28 +02:00
yarn.lock Initial docs rewrite using Vuepress 2020-06-10 18:11:28 +02:00

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.