Skip to content

Commit b59f01f

Browse files
authored
Add AIS ships to website (#725)
1 parent 497f770 commit b59f01f

File tree

2 files changed

+411
-0
lines changed

2 files changed

+411
-0
lines changed

src/website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"web:start": "next start -p 3005",
1515
"web:start:host": "next start -p 3005 --hostname 0.0.0.0",
1616
"simulation": "bash scripts/run-simulation.sh",
17+
"aisstream:ingest": "node scripts/aisstream-ingest.js",
1718
"lint": "prettier --check . && stylelint --allow-empty-input \"**/*.{css,scss}\" && next lint",
1819
"format": "prettier --write ."
1920
},

0 commit comments

Comments
 (0)