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.
 
 
 
 
 
Go to file
Manuel Kasper 8e02be05b2 Fix activator map (thanks DM3FAM for the report) 2022-08-11 21:44:03 +02:00
public Optimize PNGs 2021-02-21 13:08:37 +01:00
src Fix activator map (thanks DM3FAM for the report) 2022-08-11 21:44:03 +02:00
svg-icons
tools
.editorconfig
.env Make elevation API URL configurable via env var 2022-08-06 22:53:30 +02:00
.gitignore
.npmrc
LICENSE
README.md
babel.config.js
jsconfig.json Add button to load more new photos 2021-03-14 12:10:51 +01:00
package-lock.json Update vue/vue-router 2022-08-03 09:57:36 +02:00
package.json Generate icons before build 2022-08-03 10:00:16 +02:00
vue.config.js

README.md

SOTLAS

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.