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.
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