Lazy Guide for Japanese Immersion
https://xelieu.github.io/jp-lazy-guide/setup/
Made in material mkdocs
Any contribution to the site is welcome
You can message me on discord: xelieu
This is in case I stopped caring about my guide, anyone else can continue it
- Download Python and Git
- Download/Pull the repository
- cd to the directory
Then:
pip install mkdocs-material
to create new: mkdocs new .
to run: mkdocs serve
To Push:
git add .
git commit -m $'Put your Info here'
git push origin main