Flashcart Guides - https://sanrax.github.io
A flashcart setup guide repository for the r/flashcarts sub-reddit
If you'd like to see a cart or specific piece of info added, you may create an issue with the request, or fork the repository and then submit a pull request for me to approve. Any help is welcome!
This site uses Material-MKDocs as the base. The website is generated from all .md files found in the docs directory. To edit the contents of a page on the site, simply open and edit the corresponding markdown file.
Syntax documentation can be found in the Material-MKDocs reference pages.
- Install latest Python 3.x.
- Install mkdocs-material by following the "Installation" section of the mkdocs-material wiki.
- Install the mkdocs macros plugin:
pip install mkdocs-macros-plugin - Downgrade
clickto version8.2.1for working live-reload:pip install click==8.2.1 git clonethe repository to your local PC:git clone https://github.com/Sanrax/flashcart-guides.git- Change into the
flashcart-guidesdirectory (cd flashcart-guides), then runmkdocs serveto build and serve the site locally atlocalhost:8000.