This repo contains the source code for the websites vertretungsplan.me and ls.vertretungsplan.me.
The website design is based on Flat UI Free by Designmodo, which itself is based on Twitter Bootstrap and also uses the following libraries:
To build the website locally, you need the following requirements:
Then, run
npm install
to install the required Node.js packages.
You can then run either of these commands
gulp default-main
gulp default-ls
to build and show the website locally using BrowserSync or
gulp build-main
gulp build-ls
to just build the website (results will be saved in the _site
directory).
The contents of the websites are licensed under the CC-BY-SA 4.0 license, see also the LICENSE file.