{"id":19414731,"url":"https://github.com/cusyio/cusy-design-system","last_synced_at":"2025-02-25T03:12:14.080Z","repository":{"id":43193976,"uuid":"241977159","full_name":"cusyio/cusy-design-system","owner":"cusyio","description":"Richtlinien für Benutzeroberflächen, Code-Beispiele, Designtools und Ressourcen","archived":false,"fork":false,"pushed_at":"2025-02-03T23:17:59.000Z","size":21102,"stargazers_count":4,"open_issues_count":9,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-04T00:25:34.419Z","etag":null,"topics":["accessibility","data-visualization","gender-equality","visualization"],"latest_commit_sha":null,"homepage":"https://cusy.design","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cusyio.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-20T19:59:05.000Z","updated_at":"2025-01-27T18:15:13.000Z","dependencies_parsed_at":"2024-06-29T18:38:58.211Z","dependency_job_id":"73123dce-a9f2-40f3-babf-5f56f0a2a21f","html_url":"https://github.com/cusyio/cusy-design-system","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fcusy-design-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fcusy-design-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fcusy-design-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2Fcusy-design-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cusyio","download_url":"https://codeload.github.com/cusyio/cusy-design-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240593183,"owners_count":19825939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","data-visualization","gender-equality","visualization"],"created_at":"2024-11-10T12:39:18.662Z","updated_at":"2025-02-25T03:12:14.058Z","avatar_url":"https://github.com/cusyio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Schnelleinstieg\n===============\n\n|Contributors| |License| |Docs|\n\n.. |Contributors| image:: https://img.shields.io/github/contributors/cusyio/cusy-design-system.svg\n   :target: https://github.com/cusyio/cusy-design-system/graphs/contributors\n.. |License| image:: https://img.shields.io/github/license/cusyio/cusy-design-system.svg\n   :target: https://github.com/cusyio/cusy-design-system/blob/master/LICENSE\n.. |Docs| image:: https://readthedocs.org/projects/cusy-design-system/badge/?version=latest\n   :target: https://cusy.design\n\n.. first-steps::\n\nInstallation\n------------\n\n#. Herunterladen und auspacken:\n\n   … auf Linux/macOS:\n\n   .. code-block:: console\n\n    $ curl -O https://github.com/cusyio/cusy-design-system/archive/refs/heads/main.zip\n    $ unzip cusy-design-system-main.zip\n    Archive:  cusy-design-system-main.zip\n    …\n       creating: cusy-design-system-main/\n    …\n\n   … auf Windows:\n\n   .. code-block:: ps1con\n\n    C:\u003e curl.exe -o main.zip -O https://github.com/cusyio/cusy-design-system/archive/refs/heads/main.zip\n    C:\u003e tar -xvzf cusy-design-system-main.zip\n    …\n\n#. Installieren von Python-Paketen:\n\n   … auf Linux/macOS:\n\n   .. code-block:: console\n\n      $ python3 -m venv .venv\n      $ . .venv/bin/activate\n      $ python -m pip install -e \".[dev]\"\n\n   … auf Windows:\n\n   .. code-block:: ps1con\n\n      C:\u003e py -m venv .venv\n      C:\u003e Scripts\\activate\n      C:\u003e python -m pip install -e \".[dev]\"\n\n#. Erstellen der HTML-Dokumentation:\n\n   .. note::\n      pandoc muss installiert sein.\n\n      … auf Debian/Ubuntu:\n\n      .. code-block:: console\n\n         $  sudo apt install pandoc\n\n   Zum Erstellen der HTML-Dokumentation führt den folgenden Befehl aus:\n\n   .. code-block:: console\n\n      $ python -m sphinx -b html docs/ docs/_build/html/\n\n#. Erstellen eines PDF:\n\n   Zum Erstellen einer PDF-Dokumentation benötigt ihr zusätzliche Pakete, die\n   ihr installieren könnt\n\n   … auf Debian/Ubuntu mit\n\n   .. code-block:: console\n\n      $ sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk\n\n   … auf macOS mit\n\n   .. code-block:: console\n\n      $ brew cask install mactex\n      …\n      🍺  mactex was successfully installed!\n      $ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts\n      $ sudo texlua install-getnonfreefonts\n      …\n      mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...\n      mktexlsr: Done.\n\n   Anschließend könnt ihr ein PDF generieren mit:\n\n   .. code-block:: console\n\n    $ . .venv/bin/activate\n    $ cd docs/\n    $ make latexpdf\n    …\n    The LaTeX files are in _build/latex.\n    Run 'make' in that directory to run these through (pdf)latex\n    …\n\n   Das PDF findet ihr dann in ``_build/latex/cusy-design-system.pdf``.\n\nFolge uns\n---------\n\n* `GitHub \u003chttps://github.com/cusyio/cusy-design-system\u003e`_\n* `Mastodon \u003chttps://mastodon.social/@cusyDesign\u003e`_\n\nPull-Requests\n-------------\n\nWenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehle ich euch,\neinen `Fork \u003chttps://github.com/cusyio/cusy-design-system/fork\u003e`_ meines\n`GitHub-Repository \u003chttps://github.com/cusyio/cusy-design-system/\u003e`_ zu erstellen\nund darin eure Änderungen vorzunehmen. Gerne dürft ihr auch einen *Pull Request*\nstellen. Sofern die darin enthaltenen Änderungen klein und atomar sind, schaue ich\nmir eure Vorschläge gerne an.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcusyio%2Fcusy-design-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcusyio%2Fcusy-design-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcusyio%2Fcusy-design-system/lists"}