{"id":15878109,"url":"https://github.com/gnujoow/select-frontend","last_synced_at":"2025-09-23T06:39:01.069Z","repository":{"id":150526075,"uuid":"187786982","full_name":"gnujoow/select-frontend","owner":"gnujoow","description":"RIDI Select Web Frontend","archived":false,"fork":false,"pushed_at":"2019-05-21T09:47:40.000Z","size":13985,"stargazers_count":0,"open_issues_count":0,"forks_count":16,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T13:51:14.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://select.ridibooks.com","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnujoow.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-05-21T07:42:56.000Z","updated_at":"2019-05-21T07:42:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb5b0d0a-0175-4af1-9051-ffbcab9ba53a","html_url":"https://github.com/gnujoow/select-frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gnujoow/select-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnujoow%2Fselect-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnujoow%2Fselect-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnujoow%2Fselect-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnujoow%2Fselect-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnujoow","download_url":"https://codeload.github.com/gnujoow/select-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnujoow%2Fselect-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276531297,"owners_count":25658697,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-06T02:20:49.188Z","updated_at":"2025-09-23T06:39:01.045Z","avatar_url":"https://github.com/gnujoow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RIDI Select\n\n## Requirements\n\n- [Docker](https://www.docker.com/)\n- [traefik](https://github.com/ridi/traefik/blob/master/README.md)\n- [Yarn](https://yarnpkg.com/) (for development)\n\n## Getting Started\n\n**Set environments**\n\n```sh\n$ cp .env.example .env\n```\n\n**Serve with TLS**\n\n\u003e First run [traefik](https://github.com/ridi/traefik/blob/master/README.md),\n\n```sh\n$ docker-compose up [-d] [--build]\n```\n\n## Development\n\n**IDE를 위해 로컬에 패키지를 설치합니다.** _컨테이너 내부에서는 사용되지 않습니다._\n\n```sh\n$ yarn install --frozen-lockfile\n```\n\n**패키지 의존성이 변경되면 이미지 재빌드가 필요합니다.**\n\n```sh\n$ yarn add/remove [-D] packages\n$ docker-compose up --build [--force-recreate]\n```\n\n## Merge Request\n\n**Git-flow 정책을 따릅니다.**\n\n```sh\n$ brew install git-flow-avh\n$ git flow [feature/hotfix/...] start {branch_name}\n```\n\n**Merge는 Gitlab MR 기능을 사용합니다.**\n\u003e [Merge commit with semi-linear history](https://docs.gitlab.com/ee/user/project/merge_requests/#semi-linear-history-merge-requests) 기능을 사용해 커밋 히스토리를 관리합니다.\n\u003e\n\u003e _기본 타깃 브랜치는 `develop`이므로, Hotfix 브랜치를 머지할때는 master 브랜치로 변경해서 MR을 생성합니다._\n\n## Deployment\n\n* `develop` 브랜치로 머지되면 개발용 호스트(https://select.ridi.io)에 자동으로 배포됩니다.\n\n\n* `master` 브랜치는 프로덕션 환경(https://select.ridibooks.com)에 PRE-RELEASE 상태로 배포됩니다.\n  \u003e Hotfix 브랜치를 `master` 브랜치에 머지했다면 해당 브랜치를 `develop` 브랜치에도 머지해주세요.\n  \u003e\n  \u003e semi-linear history 규칙에 의해 Gitlab MR을 이용하기 어렵습니다.\n\n* PRE-RELEASE를 완료하고 프로덕션에 배포하려면, Gitlab environments 에서 `Manual Job`으로 실행할 수 있습니다.\n  \u003e 롤백시, production environment에서 롤백 버튼을 이용합니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnujoow%2Fselect-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnujoow%2Fselect-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnujoow%2Fselect-frontend/lists"}