Skip to content

Latest commit

 

History

History
 
 

README.md

Documentation

This is the documentation of Writeopia, it is also open source!

It uses Docusaurus to generate a documentation website.

Running the documentation locally

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