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%
| public | refactor: comments + print | |
| src | refactor: comments + print | |
| .gitignore | feat: initial bulma restructuring | |
| .woodpecker.yml | ci: Add npm bulid | |
| i18next-parser.config.js | fix: Fix i18n infrastructure | |
| package-lock.json | refactor: Add fontawesome to prod dependencies | |
| package.json | refactor: Add fontawesome to prod dependencies | |
| README.md | feat: initial bulma restructuring | |
| webpack.config.js | feat: Add tooltip, improve styling a lot | |
RattenheimRechner
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. |