This is the documentation of Writeopia, it is also open source!
It uses Docusaurus to generate a documentation website.
You can start the documentation first installing dependencies:
npm install
And the running the project:
npm run start
The documentation should start on your machine at localhost:3000