Hurl
Choose the browser on the click of a link
파일 탐색기
최종 버전 다운로드 (.zip)- release-snapshot.yaml
- release.yaml
- ReleasingNewVersion.md
- BrowserConfiguration.md
- RuleMatching.md
- BrowserProfiles.png
- ChromeProfiles.png
- HurlMainWindow.png
- README.md
- internet128.png
- internet16.png
- internet32.png
- background.js
- manifest.json
- install-nmh.ps1
- package-lock.json
- package.json
- README.md
- internet.ico
- BrowserBarButton.xaml
- BrowserBarButton.xaml.cs
- CliArgs.cs
- CursorPosition.cs
- KeyboardState.cs
- UriLauncher.cs
- launchSettings.json
- IIconLoader.cs
- IQuickViewService.cs
- ISettingsService.cs
- IWebViewEnvironmentService.cs
- IconLoaderService.cs
- JsonFileService.cs
- QuickViewService.cs
- WebViewEnvironmentService.cs
- BrowserItemViewModel.cs
- SelectorPageViewModel.cs
- QuickViewWindow.xaml
- QuickViewWindow.xaml.cs
- SelectorWindow.xaml
- SelectorWindow.xaml.cs
- app.manifest
- App.xaml
- App.xaml.cs
- Hurl.App.csproj
- Program.cs
- IEnumerableExtensions.cs
- AppSettings.cs
- Browser.cs
- QuickViewSettings.cs
- Ruleset.cs
- Settings.cs
- TemporaryDefaultBrowser.cs
- SelectorJsonSerializerContext.cs
- Constants.cs
- GetBrowsers.cs
- Hurl.Library.csproj
- JsonOperations.cs
- RuleMatch.cs
- main.rs
- Cargo.toml
- NewRuleCard.xaml
- NewRuleCard.xaml.cs
- launchSettings.json
- ISettingsService.cs
- JsonFileService.cs
- BrowsersPageViewModel.cs
- EditBrowserPageViewModel.cs
- QuickViewPageViewModel.cs
- RulesetPageViewModel.cs
- SettingsViewModel.cs
- StoreRulesetViewModel.cs
- EditBrowserPage.xaml
- EditBrowserPage.xaml.cs
- NewRulesetDialog.xaml
- NewRulesetDialog.xaml.cs
- TestRules.xaml
- TestRules.xaml.cs
- ViewRulesDialog.xaml
- ViewRulesDialog.xaml.cs
- AboutPage.xaml
- AboutPage.xaml.cs
- BrowsersPage.xaml
- BrowsersPage.xaml.cs
- QuickViewPage.xaml
- QuickViewPage.xaml.cs
- RulesetPage.xaml
- RulesetPage.xaml.cs
- Settings.xaml
- Settings.xaml.cs
- app.manifest
- App.xaml
- App.xaml.cs
- Hurl.Settings.csproj
- internet.ico
- MainWindow.xaml
- MainWindow.xaml.cs
- Program.cs
- Meta.Shared.props
- WinUIAotApp.Shared.props
- installer.iss
- README.md
- UserSettings.schema.json
- .gitignore
- build.ps1
- Cargo.lock
- Cargo.toml
- Directory.Packages.props
- global.json
- Hurl.sln
- LICENSE
- README.md
- SECURITY.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/U-C-S/Hurl
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Hurl
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
3. Node.js
쉬움사전 준비물
cd Extensions
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
4. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
