Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 520 Bytes

Chatterino Wiki

This is the source code of the wiki hosted at https://wiki.chatterino.com

Making changes

This source code of this wiki is managed through git. Search for a guide for making a pull request on GitHub if you are new to the process.

Running locally

In case you want to try and run the wiki locally follow these steps:

  • Have Python 3 installed
  • Run pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
  • Run mkdocs serve
  • Navigate to localhost:8000 in your browser