Fork
Fork: Minecraft Server Manager GUI for Windows
파일 탐색기
최종 버전 다운로드 (.zip)- inspect.mjs
- package.json
- screenshot1080.mjs
- codequality.yml
- dotnet.yml
- FUNDING.yml
- .gitignore
- dataSources.xml
- encodings.xml
- indexLayout.xml
- misc.xml
- vcs.xml
- .gitignore
- encodings.xml
- indexLayout.xml
- misc.xml
- vcs.xml
- applicationhost.config
- .name
- vcs.xml
- workspace.xml
- ForkBackend.run.xml
- ForkFrontend.run.xml
- Add Migration.run.xml
- Remove last migration.run.xml
- 20211219165250_Initial.cs
- 20211219165250_Initial.Designer.cs
- 20211221225941_AddPlayers.cs
- 20211221225941_AddPlayers.Designer.cs
- 20211222215652_PlayerLogic.cs
- 20211222215652_PlayerLogic.Designer.cs
- 20220102151441_AddedPlayerFK.cs
- 20220102151441_AddedPlayerFK.Designer.cs
- 20241126212136_EntityFrameworkUpdate.cs
- 20241126212136_EntityFrameworkUpdate.Designer.cs
- 20241128192837_NullabilityUpdate.cs
- 20241128192837_NullabilityUpdate.Designer.cs
- 20251207100601_RestructureEntitySettings.cs
- 20251207100601_RestructureEntitySettings.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- createMigration.sh
- removeLastMigration.sh
- launchSettings.json
- ForkApiAdapter.cs
- IMojangApiAdapter.cs
- Manifest.cs
- MojangApiAdapter.cs
- VersionDetails.cs
- PaperMcApiAdapter.cs
- PaperMcVersion.cs
- PaperMcVersionList.cs
- PurpurApiAdapter.cs
- PurpurVersionList.cs
- WaterfallApiAdapter.cs
- WaterfallVersion.cs
- WaterfallVersionList.cs
- AbstractAdapter.cs
- AbstractRestController.cs
- ApplicationController.cs
- CreateEntityController.cs
- EntityController.cs
- CommandCenter.cs
- ApplicationManager.cs
- EntityManager.cs
- ServerVersionManager.cs
- TokenManager.cs
- PlayerByName.cs
- PlayerProfile.cs
- PlayerProperty.cs
- PlayerTextureProfile.cs
- INotificationCenter.cs
- NotificationCenter.cs
- ApplicationDbContext.cs
- AuthenticationService.cs
- CommandService.cs
- ConsoleInterpreter.cs
- ConsoleService.cs
- EntityPostProcessingService.cs
- EntityService.cs
- EntitySettingsService.cs
- PlayerService.cs
- ServerService.cs
- FileReaderService.cs
- FileWriterService.cs
- ApplicationStateService.cs
- DownloadService.cs
- DefaultHead.png
- ApplicationBuilderExtensions.cs
- EntityExtensions.cs
- ProcessExtensions.cs
- StreamExtensions.cs
- JavaVersionUtils.cs
- FriendlyStringEnumConverter.cs
- TokenSecurityFilter.cs
- AuthenticationMiddleware.cs
- ForkConstants.cs
- ForkExceptionFilterAttribute.cs
- MemoryUtil.cs
- TextPlainInputFormatter.cs
- .gitignore
- appsettings.Development.json
- appsettings.json
- Fork.csproj
- Fork.sln.DotSettings
- LICENSE
- Program.cs
- readme.md
- Startup.cs
- EntityManagerTests.cs
- FileReaderServiceTests.cs
- FileWriterServiceTests.cs
- Fork.Backend.Tests.csproj
- GlobalUsings.cs
- PlayerServiceTests.cs
- DateTimeExtensions.cs
- EnumExtensions.cs
- HttpClientExtensions.cs
- JsonExtensionMethods.cs
- StreamExtensions.cs
- TypeExtensionMethods.cs
- Assert.cs
- ExternalServiceException.cs
- ForkException.cs
- IllegalInternalStateException.cs
- ProgrammingErrorException.cs
- AppSettings.cs
- SettingsKeyValue.cs
- State.cs
- SaveVanillaSettingsCommand.cs
- AbstractCommand.cs
- ConsoleMessageType.cs
- PlayerlistUpdateType.cs
- AutomationType.cs
- Difficulty.cs
- EntityStatus.cs
- Gamemode.cs
- LevelType.cs
- VersionType.cs
- AutomationTime.cs
- SimpleTime.cs
- Player.cs
- ServerPlayer.cs
- AbstractKeyValueSettings.cs
- AbstractSettings.cs
- EntitySettings.cs
- VanillaSettings.cs
- IEntity.cs
- JavaSettings.cs
- JavaVersion.cs
- Server.cs
- ServerVersion.cs
- Command.cs
- ConsoleMessage.cs
- UpdateBanlistPlayerNotification.cs
- UpdatePlayerNotification.cs
- UpdateWhitelistPlayerNotification.cs
- AbstractEntityNotification.cs
- ConsoleAddNotification.cs
- EntityListUpdatedNotification.cs
- EntityPerformanceNotification.cs
- EntityStatusChangedNotification.cs
- VanillaSettingsChangedNotification.cs
- AbstractNotification.cs
- CreateServerPayload.cs
- AbstractPayload.cs
- CreateEntityPrivilege.cs
- DeleteEntityPrivilege.cs
- IApplicationPrivilege.cs
- RenameEntityPrivilege.cs
- IReadAppSettingsPrivilege.cs
- ReadAdvancedAppSettingsPrivilege.cs
- ReadDiscordBotAppSettingsPrivilege.cs
- ReadGeneralAppSettingsPrivilege.cs
- ReadTokenAppSettingsPrivilege.cs
- IWriteAppSettingsPrivilege.cs
- WriteAdvancedAppSettingsPrivilege.cs
- WriteDiscordBotAppSettingsPrivilege.cs
- WriteGeneralAppSettingsPrivilege.cs
- WriteTokenAppSettingsPrivilege.cs
- IAppSettingsPrivilege.cs
- IReadConsoleTabPrivilege.cs
- ReadBanlistConsoleTabPrivilege.cs
- ReadConsoleConsoleTabPrivilege.cs
- ReadPlayerlistConsoleTabPrivilege.cs
- ReadWhitelistConsoleTabPrivilege.cs
- ReadModsTabPrivilege.cs
- ReadPluginsTabPrivilege.cs
- IReadSettingsTabPrivilege.cs
- ReadGeneralSettingsTabPrivilege.cs
- ReadVanillaSettingsTabPrivilege.cs
- ReadVersionSpecificSettingsTabPrivilege.cs
- ReadWorldsTabPrivilege.cs
- IReadEntityPrivilege.cs
- WriteConsoleTabPrivilege.cs
- WriteModsTabPrivilege.cs
- WritePluginsTabPrivilege.cs
- IWriteSettingsTabPrivilege.cs
- WriteGeneralSettingsTabPrivilege.cs
- WriteVanillaSettingsTabPrivilege.cs
- WriteVersionSpecificSettingsTabPrivilege.cs
- WriteWorldsTabPrivilege.cs
- IWriteEntityPrivilege.cs
- IEntityPrivilege.cs
- AdminPrivilege.cs
- IPrivilege.cs
- PrivilegeDescriptor.cs
- PrivilegesAttribute.cs
- .gitattributes
- .gitignore
- ForkCommon.csproj
- LICENSE
- README.md
- ForkCommon.Tests.csproj
- GlobalUsings.cs
- ServerTests.cs
- ServerVersionTests.cs
- VanillaSettingsTests.cs
- AbstractConnectionService.cs
- ApplicationConnectionService.cs
- CreateEntityConnectionService.cs
- EntityConnectionService.cs
- BackendClient.cs
- LocalClient.cs
- ApplicationStateManager.cs
- EntityStateManager.cs
- ToastManager.cs
- UpdateBanlistPlayerNotificationHandler.cs
- UpdatePlayerNotificationHandler.cs
- UpdateWhitelistPlayerNotificationHandler.cs
- AbstractEntityNotificationHandler.cs
- ConsoleAddNotificationHandler.cs
- EntityPerformanceNotificationHandler.cs
- EntityStatusChangedNotificationHandler.cs
- VanillaSettingsChangedNotificationHandler.cs
- AbstractNotificationHandler.cs
- NotificationService.cs
- TranslationService.cs
- ForkLogger.cs
- ForkLoggerOptions.cs
- ForkLoggerProvider.cs
- LoggingBuilderForkExtensions.cs
- ApplicationStatus.cs
- RadioType.cs
- ToastLevel.cs
- WebsocketStatus.cs
- ForkFormEntity.cs
- INotificationHandler.cs
- NotificationHandler.cs
- Toast.cs
- launchSettings.json
- IconButton.razor
- Banlist.razor
- ISimplePlayerlist.cs
- PlayerComponent.razor
- Playerlist.razor
- ServerPlayerComponent.razor
- Whitelist.razor
- AutocompleteConsoleIn.razor
- ConsoleIn.razor
- ConsoleOut.razor
- ConsoleTab.razor
- DefaultSettingsTab.razor
- GeneralSettingsTab.razor
- SettingsTab.razor
- VanillaSettingsTab.razor
- EntityTab.cs
- Entity.razor
- ForkRadio.razor
- ForkSelect.razor
- ForkNumber.razor
- ForkText.razor
- AbstractForkInput.cs
- ForkSlider.razor
- ForkSlider.razor.css
- IValueListInput.cs
- Checkbox.razor
- Textfield.razor
- CreateEntityScreen.razor
- AbstractScreenComponent.cs
- AbstractIcon.razor
- ArrowDownIcon.razor
- CloseIcon.razor
- CreateIcon.razor
- CubeTransparentIcon.razor
- DeleteIcon.razor
- ErrorIcon.razor
- FindIcon.razor
- ForkSettingIcon.razor
- GlobeIcon.razor
- ImportIcon.razor
- InfoIcon.razor
- LoadingGifIcon.razor
- PaperTypeIcon.razor
- PluginIcon.razor
- PurpurTypeIcon.razor
- RestartAltIcon.razor
- RestartIcon.razor
- SettingIcon.razor
- StartIcon.razor
- StopIcon.razor
- SuccessIcon.razor
- TerminalIcon.razor
- VanillaTypeIcon.razor
- VelocityTypeIcon.razor
- WarningIcon.razor
- WaterfallTypeIcon.razor
- WorldIcon.razor
- AbstractForkComponent.razor
- ContextMenuItem.razor
- ForkErrorBoundary.razor
- ForkErrorBoundary.razor.cs
- IconTab.razor
- IconTabControl.razor
- SelectedIndicatorVertical.razor
- ToastDisplay.razor
- ToastDisplay.razor.css
- Sidebar.razor
- SidebarEntity.razor
- StatusIndicator.razor
- LoadingOverlay.razor
- Navbar.razor
- Translated.razor
- EmptyLayout.razor
- Index.razor
- Index.razor.cs
- MainLayout.razor
- Welcome.razor
- open-iconic.eot
- open-iconic.otf
- open-iconic.svg
- open-iconic.ttf
- open-iconic.woff
- FONT-LICENSE
- ICON-LICENSE
- README.md
- app.css
- app.js
- clusterize.css
- clusterize.js
- icons.ttf
- Fork Icon.jpg
- loading.gif
- translation.json
- favicon.ico
- icon-192.png
- index.html
- .gitattributes
- .gitignore
- _Imports.razor
- App.razor
- ForkFrontend.csproj
- ForkFrontend.csproj.DotSettings
- LICENSE
- package.json
- Program.cs
- README.md
- tailwind.config.js
- tailwind.extension.json
- .gitignore
- CLAUDE.md
- Fork.sln
- Fork.sln.DotSettings
- global.json
- qodana-global-configuration.yaml
- qodana.yaml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ForkGG/Fork
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Fork
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천cd Backend.Tests
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
3. Node.js
쉬움사전 준비물
cd .claude
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
