/wikitolearn-docs

Documentation about how to contribute to wikitolearn.org as a software developer. Made with VuePress

Creative Commons Attribution 4.0 InternationalCC-BY-4.0

Documentation

This place aims to be the main documentation site about WikiToLearn.

It includes documentation about contributing as a software developer.

How do you start the documentation's live server?

This documentation is meant to be served by VuePress.

To start the live server and start navigating through the pages:

npm install  # install dependencies
npx vuepress dev docs

Enjoy on localhost:8080

Read me online

If you want to explore it online, here you are: WikiToLearn Docs