1
0
Fork
You've already forked rettenrechner
0
Ein Rechner für die minimale Größe eines Rattenkäfigs nach Standard des VdRD e.V.
  • JavaScript 45.8%
  • HTML 36.8%
  • CSS 14.1%
  • SCSS 3.3%
2025年04月14日 20:24:17 +02:00
public refactor: comments + print 2025年04月14日 20:24:17 +02:00
src refactor: comments + print 2025年04月14日 20:24:17 +02:00
.gitignore feat: initial bulma restructuring 2025年04月13日 09:00:27 +02:00
.woodpecker.yml ci: Add npm bulid 2024年07月31日 15:05:42 +02:00
i18next-parser.config.js fix: Fix i18n infrastructure 2025年04月13日 18:54:35 +02:00
package-lock.json refactor: Add fontawesome to prod dependencies 2025年04月13日 18:55:28 +02:00
package.json refactor: Add fontawesome to prod dependencies 2025年04月13日 18:55:28 +02:00
README.md feat: initial bulma restructuring 2025年04月13日 09:00:27 +02:00
webpack.config.js feat: Add tooltip, improve styling a lot 2025年04月13日 13:36:34 +02:00

RattenheimRechner

rechner.vdrd.de

Ein Rechner für die minimale Größe eines Rattenkäfigs nach Standard des VdRD e.V.

Development

 npm run start

CI

CI runs via woodpecker. The following secrets should be set

Key Example Description
host static.example.org Hostename of the server where you want to deploy
ssh_user username User on the server
ssh_key -----BEGIN OPENSSH PRIVATE KEY----- The private SSH key of the user
path /path/to/be/deployed Path where to deploy the static files. Deploying means it'll create public in the given path.