A compilation of Croatia and Europe weather radar and satellite images.
Available at https://jurakovic.github.io/meteo/.
Two main folders:
- contains source files for site build
- no particular framework is used, just some plain html, js and css
- all build magic is done in build.ps1 script
- contains build output
- source for GitHub Pages publish
cd src
docker run -d -p 8080:80 --name meteo -v "$(pwd):/usr/share/nginx/html" nginx
cd src
./build.sh