This repository is the source code for the documentation website found at https://docs.magicmirror.builders/
The repository for the actual MagicMirror² source code can be found at https://github.com/MichMich/MagicMirror
To run the website locally use the following commands:
npm install
npm run docs:devAfter this you should be able to access the local documentation at http://localhost:8080

