{"id":21069114,"url":"https://github.com/chatyx/frontend","last_synced_at":"2026-04-28T14:32:20.946Z","repository":{"id":220895822,"uuid":"562203505","full_name":"Chatyx/frontend","owner":"Chatyx","description":"UI from chatyx project","archived":false,"fork":false,"pushed_at":"2023-03-29T19:48:33.000Z","size":454,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-01T14:35:44.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Chatyx.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}},"created_at":"2022-11-05T16:12:14.000Z","updated_at":"2023-01-25T22:21:09.000Z","dependencies_parsed_at":"2024-02-05T03:20:46.683Z","dependency_job_id":null,"html_url":"https://github.com/Chatyx/frontend","commit_stats":null,"previous_names":["chatyx/frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chatyx/frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatyx%2Ffrontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatyx%2Ffrontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatyx%2Ffrontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatyx%2Ffrontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chatyx","download_url":"https://codeload.github.com/Chatyx/frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatyx%2Ffrontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32385009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"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":[],"created_at":"2024-11-19T18:32:03.232Z","updated_at":"2026-04-28T14:32:20.928Z","avatar_url":"https://github.com/Chatyx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatyx-frontend\n![total-lines](https://img.shields.io/tokei/lines/github/Chatyx/frontend)\n\n## Table of contents:\n- [Architecture](#Architecture)\n- [Quick start](#quick_start)\n- [Configuration](#Configuration)\n- [Additional](#Additional)\n  - [Generate code from protobuf](#generate_protobuf)\n\n## Architecture\n### Feature-Sliced Design\nThe main idea consists of unidirectional data stream.\nDownstream components can't use upstream ones.\n\u003cimg src=\"src/shared/assets/images/fsd.png\" alt=\"photo example\"\u003e\u003c/img\u003e\n\n## \u003ca name=\"quick_start\"\u003e\u003c/a\u003e  Quick start\n### Using single docker container\nTODO\n\n### Manually build from source code\nFirst you should clone this repository:\n```bash\n$ git clone https://github.com/Chatyx/frontend.git\n# or\n$ git clone git@github.com:Chatyx/frontend.git\n```\n\nNext step is installing dependencies:\n```bash\n$ cd frontend\n\n$ npm install\n```\n\n***Create .env configuration file from next chapter!***\n\nAnd finally you can use:\n```bash\n# for run project on dev server:\n$ npm run start\n\n# for development build:\n$ npm run dev\n\n# for production build:\n$ npm run build\n```\n\n## Configuration\nFor run project you also need to create  configuration file with name **.env**\nIt must be placed in the root directory (*near with the package.json*)\n\n#### Basic view of file:\n```dotenv\nSERVER_URL=http://localhost:8000\nWS_URL=ws://localhost:8080\nCHAT_MESSAGES_STEP=20\n\nAPP_PORT=3000\n```\n\n## Additional\n#### \u003ca name=\"generate_protobuf\"\u003e\u003c/a\u003e Generate code from protobuf:\n\nIf you want to regenerate code from protobuf, you can run this\n```bash\nprotoc --plugin=\"./node_modules/.bin/protoc-gen-ts_proto\" --ts_proto_opt=esModuleInterop=true --ts_proto_out=\"./src/entities/message\" src/entities/message/consts/message.proto\n```\nBut it is not necessary... The generated code is already in the repository\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatyx%2Ffrontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchatyx%2Ffrontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatyx%2Ffrontend/lists"}