p-view

panel frame viewer

Deploy

$ firebase login $ firebase init $ firebase deploy $

LMNA Live Build Hosting

https://frp-logistics.web.app/

Hosting Local with Python

Tutorial: https://realpython.com/python-http-server/#how-to-start-pythons-httpserver-in-the-command-line

$ python -m http.server -b 127.0.0.1 5500 $