Public site for Kentucky LoraWAN related content.
The intent of this site is a simple info and awareness page to unify and highlight related mesh efforts across the commonwealth.
This content is intended to be rendered using MkDocs. It also uses Material for MkDocs.
Here is the general sequence to 'serve' it locally:
- Open your terminal. Navigate to the folder where you created the mkdocs.yml file.
cd path/to/mesh-ky.org-main - Install the tools. Use the requirments.txt file.
pip install -r requirements.txt - Start the preview server.
mkdocs serve - View the site. You will see output that looks like this:
INFO - Serving on http://127.0.0.1:8000
Open http://127.0.0.1:8000 in your browser.
Feel free to submit tweaks, changes and recommendations as pull request or issues.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.