{"id":18573844,"url":"https://github.com/numax-cz/napicuos","last_synced_at":"2025-04-10T07:32:38.372Z","repository":{"id":39629576,"uuid":"384929932","full_name":"Numax-cz/NapicuOS","owner":"Numax-cz","description":"Tato webová aplikace ti nasimuluje ten nejlepší NapicuOS s NapicuBiosem!","archived":false,"fork":false,"pushed_at":"2024-10-26T18:25:19.000Z","size":31203,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T18:21:51.965Z","etag":null,"topics":["angular","bios","gnome","gnome-desktop","linux-like","operating-system","os","sccs","spring-boot","typescript","webos"],"latest_commit_sha":null,"homepage":"https://os.napicu.eu","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Numax-cz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-11T11:22:04.000Z","updated_at":"2024-12-26T22:04:08.000Z","dependencies_parsed_at":"2024-10-26T20:02:22.957Z","dependency_job_id":"6ee57f27-5922-4532-80d5-f59569612d7f","html_url":"https://github.com/Numax-cz/NapicuOS","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Numax-cz%2FNapicuOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Numax-cz%2FNapicuOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Numax-cz%2FNapicuOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Numax-cz%2FNapicuOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Numax-cz","download_url":"https://codeload.github.com/Numax-cz/NapicuOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248176533,"owners_count":21060085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","bios","gnome","gnome-desktop","linux-like","operating-system","os","sccs","spring-boot","typescript","webos"],"created_at":"2024-11-06T23:13:09.095Z","updated_at":"2025-04-10T07:32:37.690Z","avatar_url":"https://github.com/Numax-cz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"./src/assets/icons/NapicuBios-512x512.png\" alt=\"NapicuBios image\" width=\"130\"\u003e\n  \u003cbr\u003e\n    NapicuOS\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n- NapicuOS je OpenSource webová aplikace, která simuluje reálný operační systém NapicuOS + bios NapicuBIOS\n- Na této stránce najdete základní nastavení biosu\n- Vytvořeno v [Angular](https://angular.io/)\n- Použitý font [Perfect DOS VGA 437](https://www.dafont.com/perfect-dos-vga-437.font)\n- Překlad [DeepL](https://www.deepl.com/)\n- Inspirováno [Gnome](https://www.gnome.org/)\n- Ikony [Flat-Remix](https://github.com/daniruiz/flat-remix)\n\n---\n\n## Preview\n\n![NapicuBiosMainScreen](/src/assets/preview/MainBiosScreen.webp)\n![NapicuBiosSettingsScreen](/src/assets/preview/MainBios.webp)\n![NapicuBiosFlashScreen](/src/assets/preview/BiosUpdate.webp)\n![NapicuOSAppFileManagerScreen](/src/assets/preview/fileManager.png)\n![NapicuOSAppWindowScreen](/src/assets/preview/window.png)\n![NapicuOSPaint](/src/assets/preview/paint.png)\n![NapicuOSCalendar](/src/assets/preview/cale.png)\n\n---\n\n## Instalace\n### Co potřebuji ? \n- [Git](https://git-scm.com/)\n- [Node - LTS](https://nodejs.org/en/)\n- [Java JDK 18](https://www.oracle.com/java/technologies/downloads/#jdk18-windows)\n- [OpenWeather](https://openweathermap.org/) API klíč \n\n1. Naklonujte repozitář\n   ```sh\n   git clone https://github.com/Numax-cz/NapicuOS.git\n   ```\n2. Nainstalujte balíčky\n   ```sh\n   npm install\n   ```\n3. Nakonfigurujte server \n   - V development configu `Server/src/main/resources/application-dev.yml` nastavte API klíč pro [OpenWeather](https://openweathermap.org/) \n\n4. Spusťte server\n   ```sh\n   npm run server-dev\n   ```\n\n5. Spusťte script pro inicializaci OpenAPI\n    ```sh\n     npm run build-openapi-dev\n    ```\n\u003e Veškeré nastavení scriptů najdete v package.json\n\n\u003e Nastavení serveru naleznete ve složce `Server/src/main/resources` více \n\u003e ohledně Spring profilů naleznete na [docs.spring.io](https://docs.spring.io/spring-boot/docs/1.2.3.RELEASE/reference/html/boot-features-external-config.html)\n\n---\n\n## Spuštění\n- Spuštění aplikace pro development\n   ```sh\n   npm run dev\n   ```\n   \u003eDevelopment spuštění urychlí boot time (nelze se dostat do BIOSU)\n\n- Spuštění aplikace pro nasazení\n   ```sh\n   npm run start\n   ```\n   \u003eNormální spuštění aplikace\n\u003e - Profily spuštění NapicuBIOS najdete `src/app/bios/config/bootloader.prod.ts` a `src/app/Bios/Config/bootloader.ts`\n\u003e - Profily spuštění NapicuOS najdete `src/app/system/Systems/NapicuOS/config/run.prod.ts` a `src/app/system/Systems/NapicuOS/config/run.ts`\n\u003e - Více ohledně Angular profilů naleznete na [Configuring application environments](https://angular.io/guide/build)\n\n- Buildnutí aplikace\n   ```sh\n   npm run build\n   ```\n   \u003eAplikace se automaticky builde v configuraci pro nasazení\n\n- Spuštění serveru pro development\n   ```sh\n   npm run server-dev\n   ```\n  \u003eVe výchozím nastavení se aplikace spustí na portu `8080`\n\n## Vytvoření nové aplikace pro operační systém\n\n```sh\nnpm run newapp \u003cnazev_systemu\u003e \u003cnazev_aplikace\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumax-cz%2Fnapicuos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumax-cz%2Fnapicuos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumax-cz%2Fnapicuos/lists"}