losung
v1.0.4
Published
A web app to display the Losung for today. Provides a simple navigation to show previous or next days Losung.
Downloads
4
Readme
Losung
A web app to display the Losung for today. Provides a simple navigation to show previous or next days Losung.
Demo
For developers
Get all files
git clone https://github.com/devmount/losung
Install all dependencies using Yarn
cd losung yarn
Get the CSV source file from Herrnhuter Brüdergemeinde for the current year, rename and move it to the
public
directory. This step has to be repeated every year. Here an example for 2022:wget https://www.losungen.de/fileadmin/media-losungen/download/Losung_2022_CSV.zip unzip Losung_2022_CSV.zip mv "Losungen Free 2022.csv" public/2022.csv
Either start the development server with hot reload at localhost:8080 ...
yarn serve
... or create a production build with minification
yarn build