Skip to content

Commit

Permalink
Move sources to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mskvortsov committed Apr 17, 2024
1 parent 591891f commit 9b5e8e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ Nodes should publish their packets in protobuf form by disabling JSON output
in MQTT settings.

The app is deployed at <https://mskvortsov.github.io/meshmon>

## Running locally

```shell
npm ci
npm run dev
```
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="UTF-8"/>
<title>Meshtastic MQTT Monitor</title>
<link rel="icon" type="image/svg+xml" href="assets/meshtastic.svg">
<link rel="stylesheet" href="meshmon.css">
<link rel="stylesheet" href="src/meshmon.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mqtt/5.5.2/mqtt.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/protobufjs/7.2.6/protobuf.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js"></script>
<script type="module" src="meshmon.js"></script>
<script type="module" src="src/meshmon.js"></script>
</head>
<body>
<table class="table-main">
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9b5e8e0

Please sign in to comment.