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 cf2e411ad2 Make filtered-out summits less obtrusive 2022-12-04 17:32:02 +01:00
public Optimize PNGs 2021-02-21 13:08:37 +01:00
src Make filtered-out summits less obtrusive 2022-12-04 17:32:02 +01:00
svg-icons
tools
.editorconfig
.env Change AZ color so as not to clash with slope classes 2022-09-24 11:10:55 +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.