gpt-web-terminal
✨ Open ChatGPT with Programmer's Approach! GPT Terminal is a platform that allows you to communicate with GPT in a terminal.
파일 탐색기
최종 버전 다운로드 (.zip)- index.js
- package-lock.json
- package.json
- favicon.ico
- extensions.json
- settings.json
- index.ts
- types.ts
- limiter.ts
- index.ts
- is.ts
- index.ts
- types.ts
- .env
- .eslintrc.json
- .gitignore
- .npmrc
- package-lock.json
- package.json
- pnpm-lock.yaml
- tsconfig.json
- tsup.config.ts
- logo.png
- ContentOutput.vue
- GptTerminal.vue
- hint.ts
- history.ts
- shortcuts.ts
- type.d.ts
- routes.ts
- chatApi.ts
- ChatBox.vue
- chatCommand.ts
- DiyBox.vue
- diyCommand.ts
- historyCommand.ts
- RecordBox.vue
- imageApi.ts
- ImageBox.vue
- imageCommand.ts
- modelCommand.ts
- models.ts
- ModelSelectBox.vue
- RoleBox.vue
- roleCommand.ts
- roles.ts
- configStore.ts
- gptCommands.ts
- messagesStore.ts
- type.d.ts
- CommandHelpBox.vue
- HelpBox.vue
- helpCommand.ts
- helpUtils.ts
- ShortcutBox.vue
- shortcutCommand.ts
- clearCommand.ts
- historyCommand.ts
- command.d.ts
- commandExecutor.ts
- commandRegister.ts
- IndexPage.vue
- myAxios.ts
- axios.ts
- index.ts
- smartText.ts
- App.vue
- env.d.ts
- main.ts
- .env
- .gitignore
- components.d.ts
- Dockerfile
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- README_CN.md
- README_EN.md
- tsconfig.json
- tsconfig.node.json
- vercel.json
- vite.config.ts
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/tychozzz/gpt-web-terminal
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd gpt-web-terminal
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -t gpt-web-terminal .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 gpt-web-terminal
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
3. Node.js
쉬움사전 준비물
cd gpt-web-terminal && npm install
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
cd service && npm install
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
npm run dev
개발/실행 서버를 켭니다.
npm run start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
