{"id":18783432,"url":"https://github.com/futuresea-dev/galaxy-frontend","last_synced_at":"2026-04-11T19:34:22.755Z","repository":{"id":157980018,"uuid":"539398714","full_name":"futuresea-dev/Galaxy-frontend","owner":"futuresea-dev","description":"Galaxy frontend","archived":false,"fork":false,"pushed_at":"2022-09-21T09:12:32.000Z","size":1909,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-01T13:03:44.887Z","etag":null,"topics":["html","javascript","scss","shell","typescript","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/futuresea-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.MD","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}},"created_at":"2022-09-21T09:08:01.000Z","updated_at":"2024-03-28T17:16:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"63be2ba5-a114-4dab-96b6-00e293d1c0ef","html_url":"https://github.com/futuresea-dev/Galaxy-frontend","commit_stats":null,"previous_names":["futurelife365/galaxy-frontend","futuresea-dev/galaxy-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/futuresea-dev/Galaxy-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuresea-dev%2FGalaxy-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuresea-dev%2FGalaxy-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuresea-dev%2FGalaxy-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuresea-dev%2FGalaxy-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/futuresea-dev","download_url":"https://codeload.github.com/futuresea-dev/Galaxy-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuresea-dev%2FGalaxy-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["html","javascript","scss","shell","typescript","vue"],"created_at":"2024-11-07T20:39:18.981Z","updated_at":"2026-04-11T19:34:22.735Z","avatar_url":"https://github.com/futuresea-dev.png","language":"Vue","readme":"# Galaxy frontend\n\n![Gitlab code coverage (specific job)](https://img.shields.io/gitlab/coverage/sms-it/galaxy-frontend/main?job_name=test-coverage%3Acobertura)\n## 🚀 Instalace prerekvizit\n\n1. Stáhneme si GIT a CURL \n\n```sh\nsudo apt install git curl\n```\n\n2. Pro běh prostředí potřebujeme Node.js \u003e=16.x. Pro stažení můžeme použít nástroj NVM.\n\n```sh\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash\n```\n\n3. Reloadujeme bash a zkontrolujeme zda máme nainstalován NVM\n\n```sh\nsource ~/.bashrc\n```\n\n```sh\nnvm --version\n```\n\n4. Nainstalujeme Node.js a pokud máme více verzí, nastavíme poslední LTS verzi\n\n```sh\nnvm install { číslo verze }\nnvm use { číslo verze }\nnvm default { číslo verze }\n```\n\n5. Zkontrolujeme zda vše funguje\n\n```sh\nnpm --version\nnode --version\n```\n6. Nainstalujeme Yarn\n\n```sh\nnpm install --global yarn\n```\n\n## 🧐 Instalace, tvorba .ENV a spuštění\n\nInstalace\n```sh\nyarn install\n```\n\nVytvoření .env proměnných\n```sh\nyarn make-env\n```\n\nSpuštění prostředí\n```sh\nyarn dev\n```\n\n## Další příkazy\n\nSpustí automatické opravy dle nastavení litneru\n\n```sh\nyarn lint-fix\n```\n\nAnalýza kódu typescript\n\n```sh\nyarn ts-check\n```\n\nSpustí unit testy\n\n```sh\n# Plugin pro vitest - https://github.com/linux-china/vitest-jetbrains-plugin\n\nyarn test\n```\n\nSpustí e2e testy\n\n```sh\n# Pokud chceme pouštět e2e testy lokálně je potřeba doinstalovat závislosti (npx playwright install)\nyarn e2e-test\n```\n\nCoverage status\n\n```sh\nyarn coverage\n```\n\nVytvoří produkční prostředí\n\n```sh\nyarn build\nyarn preview\n```\n\nUpdate balíčků\n\n```sh\nyarn allupdate\n```\n\n\n:boom: Experimentální spuštění v dockeru \n\nJe potřeba být [přihlášený ke \ncontainer registy gitlabu](https://docs.gitlab.com/ee/user/packages/container_registry/#authenticate-with-the-container-registry)\na mít spuštěný backend. Poté běží standardně na portu 3000.\n\n```Sh\nmake docker-run\n```\n\n## Spuštění mock serveru\nZapnutí mock serveru se provádí v souboru **.env** \n\n## 💫 Deploy\nPři změně závislostí se v CI vytváří nový docker image soubor \n\n## Contributing\n\nPro detaily k přispívání a dodržování standartů prosím pokračujte na [Contribution guidelines](CONTRIBUTING.MD)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturesea-dev%2Fgalaxy-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuturesea-dev%2Fgalaxy-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturesea-dev%2Fgalaxy-frontend/lists"}