Vice
A Medal.tv-style game clipper for Linux, featuring instant replay, game recording, near zero performance impact, free and instant cloud sharing with friends, highlight features, and more! New features will be added as this is in active development.
파일 탐색기
최종 버전 다운로드 (.zip)- tests.yml
- editor.png
- home.png
- settings.png
- trim.png
- vice-wordmark.png
- vice.png
- vice.svg
- TRANSLATING.md
- vice.rules
- vice.service
- icons.tsx
- neutralTheme.ts
- test_cli.py
- test_daemon_startup.py
- test_discord_rpc.py
- test_editor.py
- test_hotkey.py
- test_install_script.py
- test_media.py
- test_playlists.py
- test_runtime_and_recorder.py
- test_share_server.py
- test_ui_static.py
- test_updates.py
- entry.ts
- vite.config.mjs
- check-locales.mjs
- derive-accents.mjs
- mcu-resolve-hooks.mjs
- mcu-resolve.mjs
- new-locale.mjs
- verify-custom-accent.mjs
- AudioTracks.tsx
- Fields.tsx
- KeyCapture.tsx
- AccentPicker.tsx
- AppFrame.tsx
- Banners.tsx
- ClipCard.tsx
- ContextMenu.tsx
- Icons.tsx
- ImageCard.tsx
- ImageViewer.tsx
- InlineRename.tsx
- Modal.tsx
- PlaylistModal.tsx
- SideNav.tsx
- StatusIsland.tsx
- Tile.tsx
- TrimModal.tsx
- Tutorial.tsx
- UpdateNotice.tsx
- Viewer.tsx
- Wordmark.tsx
- editor.ts
- editorConstants.ts
- editorTypes.ts
- accentChoice.ts
- api.ts
- clipboard.ts
- clipDrag.ts
- effects.ts
- env.ts
- escape.ts
- exit.ts
- format.ts
- hotkeyCapture.ts
- i18n.ts
- palette.ts
- playback.ts
- settingsDraft.ts
- share.ts
- types.ts
- ws.ts
- en.json
- index.ts
- About.tsx
- Clips.tsx
- Editor.tsx
- Home.tsx
- Images.tsx
- Settings.tsx
- clipActions.tsx
- imageActions.tsx
- playback.tsx
- store.tsx
- base.css
- clips.css
- editor.css
- home.css
- images.css
- settings.css
- shell.css
- viewer.css
- accents.ts
- deriveAccent.ts
- viceTheme.ts
- main.tsx
- vite-env.d.ts
- games.json
- Geist-Bold.ttf
- Geist-Regular.ttf
- Inter-Bold.ttf
- Inter-Regular.ttf
- JetBrainsMono-Bold.ttf
- JetBrainsMono-Regular.ttf
- LICENSE.txt
- Figtree.woff2
- Geist.woff2
- Inter.woff2
- JetBrainsMono.woff2
- app.js
- app.css
- index.html
- __init__.py
- active_window.py
- app.py
- audio.py
- config.py
- discord_rpc.py
- editor.py
- hotkey.py
- main.py
- media.py
- playlists.py
- recorder.py
- runtime.py
- share.py
- updates.py
- .gitignore
- .SRCINFO
- install.sh
- LICENSE
- package-lock.json
- package.json
- PKGBUILD
- pyproject.toml
- README.md
- requirements.txt
- tsconfig.json
- vice-clipper.install
- vice.desktop
- vite.config.mts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/eklonofficial/Vice
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Vice
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install # once, for the two scripts below
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run i18n:new -- pt-BR # writes ui-src/locales/pt-BR.json
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run i18n:check # how far along every language is
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
