https://github.com/levld/aistracker
AIS tracker is a static site to show the AIS track for a vessel.
https://github.com/levld/aistracker
ais mmsi static-site webpack
Last synced: 6 months ago
JSON representation
AIS tracker is a static site to show the AIS track for a vessel.
- Host: GitHub
- URL: https://github.com/levld/aistracker
- Owner: LEVLD
- License: gpl-3.0
- Created: 2025-02-04T12:08:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T14:21:49.000Z (8 months ago)
- Last Synced: 2025-02-11T16:43:22.254Z (8 months ago)
- Topics: ais, mmsi, static-site, webpack
- Language: HTML
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AIS tracker
AIS tracker is a static site to show the AIS track for a vessel.
The vessel MMSI is stored in the environment settings and should be configured before building the site.
## Installation
The static site is build using Webpack. First the required packages must be installed. Afterwards the static site can be generated. The site is published to the _dist_ folder.
```
npm install
npm run build
```