mirror of
https://github.com/dpup/meshstream.git
synced 2026-08-10 02:32:54 +02:00
Create web directory with test fixtures
- Added new web/ directory for frontend development - Created fixtures/ subdirectory with JSON test data - Added samples for all major packet types (text, position, nodeinfo, etc.) - Added README files with documentation - Added placeholder package.json 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "meshstream-web",
|
||||
"version": "0.1.0",
|
||||
"description": "Web application for visualizing Meshtastic network data",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "echo \"Error: no start script specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"meshtastic",
|
||||
"mesh",
|
||||
"network",
|
||||
"visualization"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user