This is the Vue.js based frontend for SOTLAS (https://sotl.as), an interactive atlas of summits for the Summits On The Air amateur radio program.
npm install
This project uses a few FontAwesome Pro icons. A Pro
subscription is not required to build or develop: if the NPM_FONTAWESOME_TOKEN
environment variable is not set, npm install automatically falls back to
equivalent free icons (see src/fa-pro-fallback/) instead of failing.
If you do have a Pro subscription, set NPM_FONTAWESOME_TOKEN to your token
before running npm install and the Pro icons will be installed and used as normal.
npm run serve
npm run build
npm run test
npm run lint