SmartMet Alert Client is a customizable map visualizer for weather, flood and other alerts.
npm install
npm run serve
npm run build
npm run lint
The default language is defined in the .env file. This can be overridden when defining a Vue component:
<template>
<AlertClient :refreshInterval="refreshInterval" :selectedDay="selectedDay" language="en"/>
</template>