This is the source code of the web site cbinzer.de.
To build the site from the source, ensure you're using the most recent versions of Node and Npm, and pull the latest from master. Next, run npm install
and npm start
to launch the site in development mode. Run npm run build
to build the site.