You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start http server inside directory the repo is checked out into:
$python3 -m http.server 8080
then open http://127.0.0.1:8080 in your browser
In order to start http server on a particular interface of
a remote machine use
# python3 -m http.server 8080 -b <IP>
Open http://<IP>:8080 in the browser
{
"files": [
{
"title": "March Measurment",
"file": "report-march.json",
"details": "This is first line\n This is another line"
},
{
"title": "June Measurment",
"file": "report-june.json",
"details": "This is first line\n This is another line"
}
]
}