{"id":21769940,"url":"https://github.com/mideind/velthyding","last_synced_at":"2025-07-17T09:34:43.778Z","repository":{"id":37958638,"uuid":"263315794","full_name":"mideind/Velthyding","owner":"mideind","description":"Web front end for Miðeind's machine translation engine","archived":false,"fork":false,"pushed_at":"2023-09-13T15:37:43.000Z","size":2152,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-13T16:44:08.923Z","etag":null,"topics":["icelandic","icelandic-language","icelandic-translation","machine-translation","nmt","translation","website"],"latest_commit_sha":null,"homepage":"https://velthyding.is","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mideind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2020-05-12T11:20:33.000Z","updated_at":"2024-09-03T22:40:45.000Z","dependencies_parsed_at":"2025-04-13T16:34:21.852Z","dependency_job_id":"87b1d653-2f2a-487c-a973-9d88329d4a6b","html_url":"https://github.com/mideind/Velthyding","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mideind/Velthyding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mideind%2FVelthyding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mideind%2FVelthyding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mideind%2FVelthyding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mideind%2FVelthyding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mideind","download_url":"https://codeload.github.com/mideind/Velthyding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mideind%2FVelthyding/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265589309,"owners_count":23793500,"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":["icelandic","icelandic-language","icelandic-translation","machine-translation","nmt","translation","website"],"created_at":"2024-11-26T14:10:41.998Z","updated_at":"2025-07-17T09:34:43.761Z","avatar_url":"https://github.com/mideind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![node](https://img.shields.io/badge/node-19+-brightgreen.svg)\n![Release](https://shields.io/github/v/release/mideind/Velthyding?display_name=tag)\n[![Build](https://github.com/mideind/Velthyding/actions/workflows/eslint.yml/badge.svg)]()\n\u003cimg src=\"src/velthyding_logo.png\" align=\"right\" width=\"224\" height=\"224\" style=\"margin-left:20px;\"\u003e\n\n# Velthyding.is\n\n### Icelandic Machine Translation Website\n\n## Introduction\n\n_Velthyding.is_ is a web application frontend for [Miðeind](https://miðeind.is)'s\nneural machine translation engine, implemented in Javascript and React.\n\nThe website translates text and documents between Icelandic and English.\n\nTry Velthyding at [https://velthyding.is](https://velthyding.is).\n\n## Development\n\n### Configuration\n\nYou’ll need to have Node \u003e= 19 and yarn \u003e= 1.22. To install dependencies run\n\n```bash\nyarn install\n```\n\nTo start the development server run\n\n```bash\nyarn start\n```\n\nTo create a production build run\n\n```bash\nyarn build:prod\n```\n\nTo create a staging build run\n\n```bash\nyarn build:staging\n```\n\nSee the [package.json](package.json) file for more scripts and note that some commands use different .env files.\n\n### Linting\n\nThe code should follow the [Airbnb React/JSX Style Guide](https://github.com/airbnb/javascript/tree/master/react).\nLinting is configured in `.eslintrc.json` and the code can be fixed using prettier by running\n\n```bash\nnpx eslint 'src/**/*.{js,jsx}' --fix\n```\n\n## Release\n\n- Bump the version number `package.json`.\n- Run `yarn build:prod` to create a production build.\n- Create a new release on GitHub.\n\n## Acknowledgements\n\nThis work was partially funded by the Language Technology Programme\nof the Icelandic Government, managed by Almannarómur.\n\n## License\n\n\u003cimg src=\"https://github.com/mideind/GreynirPackage/blob/master/doc/_static/MideindLogoVert100.png?raw=true\" align=\"right\" style=\"margin-left:20px;\" alt=\"Miðeind ehf.\"\u003e\n\nVelthyding is copyright © 2023 [Miðeind ehf.](https://mideind.is)\n\nThis software is licensed under the **MIT License**:\n\n_Permission is hereby granted, free of charge, to any person_\n_obtaining a copy of this software and associated documentation_\n_files (the \"Software\"), to deal in the Software without restriction,_\n_including without limitation the rights to use, copy, modify, merge,_\n_publish, distribute, sublicense, and/or sell copies of the Software,_\n_and to permit persons to whom the Software is furnished to do so,_\n_subject to the following conditions:_\n\n**The above copyright notice and this permission notice shall be**\n**included in all copies or substantial portions of the Software.**\n\n_THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,_\n_EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF_\n_MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT._\n_IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY_\n_CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,_\n_TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE_\n_SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE._\n\nIf you would like to use this software in ways that are incompatible\nwith the standard MIT license, [contact Miðeind ehf.](mailto:mideind@mideind.is)\nto negotiate custom arrangements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmideind%2Fvelthyding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmideind%2Fvelthyding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmideind%2Fvelthyding/lists"}