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 c97745a1d1 Add info about W7W/KG AZ boundaries 2024-04-11 10:17:08 +02:00
public Optimize PNGs 2021-02-21 13:08:37 +01:00
src Add info about W7W/KG AZ boundaries 2024-04-11 10:17:08 +02:00
svg-icons Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
tools Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
.editorconfig Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
.env JS version compatibility, remove version number from footer 2023-05-10 15:17:41 +02:00
.gitignore Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
.npmrc Update dependencies 2020-08-14 10:48:14 +02:00
LICENSE Create LICENSE 2020-11-16 11:39:33 +01:00
README.md Update README.md 2020-08-12 13:21:31 +02:00
babel.config.js Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
jsconfig.json Add button to load more new photos 2021-03-14 12:10:51 +01:00
package-lock.json Update axios, fix display of "built-in" tracks 2023-12-28 17:12:09 +01:00
package.json Update axios, fix display of "built-in" tracks 2023-12-28 17:12:09 +01:00
vue.config.js JS version compatibility, remove version number from footer 2023-05-10 15:17:41 +02:00

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.