keys-translations-manager
[MERN Stack] KTM, a locale management web app, lets you manage and control locales in one place. Useful for multiple i18n/l10n projects.
파일 탐색기
최종 버전 다운로드 (.zip)- cli-v1.0.md
- history.md
- import.md
- merge.md
- rest-api.md
- vis.md
- app.less
- ktm.js
- .npmignore
- package.json
- README.md
- historyUtil.js
- importUtil.js
- localeUtil.js
- logUtil.js
- mergeUtil.js
- timingUtil.js
- transformationUtil.js
- index.js
- package.json
- README.md
- favicon.ico
- translation.json
- translation.json
- translation.json
- components.js
- counts.js
- errors.js
- history.js
- keys.js
- messages.js
- socket.js
- translations.js
- vis.js
- index.js
- ActionCellRenderer.jsx
- ConfirmModal.jsx
- TablePanel.jsx
- DiffPanel.jsx
- HistoryModal.jsx
- ImportModal.jsx
- AlertPanel.jsx
- EditModal.jsx
- FormPanel.jsx
- InputPanel.jsx
- TextField.jsx
- DropdownMenu.jsx
- Header.jsx
- MainPanel.jsx
- Mask.jsx
- MessagePopup.jsx
- SideBar.jsx
- Spinner.jsx
- MergeModal.jsx
- CountCol.jsx
- FileTypeCol.jsx
- OutputPanel.jsx
- Tooltip.jsx
- Tree.jsx
- ActionTypes.js
- InitStates.js
- Languages.js
- Status.js
- RootContainer.js
- VisContainer.js
- CountController.js
- DownloadController.js
- HistoryController.js
- ImportController.js
- KeyController.js
- TranslationController.js
- VisController.js
- HistoryModel.js
- TranslationModel.js
- components.js
- counts.js
- errors.js
- history.js
- index.js
- messages.js
- socket.js
- translations.js
- vis.js
- index.js
- configureStore.js
- App.jsx
- configUtil.js
- translation
- translation.json
- translation.properties
- historyUtil.js
- importUtil.js
- localeUtil.js
- logUtil.js
- mergeUtil.js
- timingUtil.js
- transformationUtil.js
- components.js
- counts.js
- errors.js
- keys.js
- messages.js
- socket.js
- translations.js
- vis.js
- ConfirmModal.js
- TablePanel.js
- ImportModal.js
- AlertPanel.js
- EditModal.js
- FormPanel.js
- InputPanel.js
- TextField.js
- DropdownMenu.js
- Header.js
- MainPanel.js
- Mask.js
- MessagePopup.js
- SideBar.js
- Spinner.js
- MergeModal.js
- CountCol.js
- FileTypeCol.js
- OutputPanel.js
- Tooltip.js
- Tree.js
- components.js
- counts.js
- errors.js
- messages.js
- socket.js
- translations.js
- vis.js
- testHelper.js
- index.ejs
- .babelrc
- .codecov.yml
- .dockerignore
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .nycrc
- .travis.yml
- appveyor.yml
- CHANGELOG.md
- db.config.js
- docker-compose.yml
- Dockerfile
- ktm.config.js
- ktm.server.config.js
- LICENSE
- nodemon.json
- package.json
- README.md
- Server.js
- webpack.config.dev.js
- webpack.config.prod.js
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/chejen/keys-translations-manager
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd keys-translations-manager
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
$ docker-compose up -d
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
$ npm install (or yarn install)
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm run build (or yarn build)
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
$ npm start (or yarn start)
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
