{"id":19555486,"url":"https://github.com/maxzz/pmat24-lite","last_synced_at":"2026-04-13T13:03:30.759Z","repository":{"id":221912479,"uuid":"755762065","full_name":"maxzz/pmat24-lite","owner":"maxzz","description":"Password Manager Admin Tool (web light version).","archived":false,"fork":false,"pushed_at":"2026-04-10T01:38:42.000Z","size":42937,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-10T03:23:18.058Z","etag":null,"topics":["electron","radix-ui","react","shadcn-ui","tailwindcss","typescript","vite-electron"],"latest_commit_sha":null,"homepage":"https://maxzz.github.io/pmat24-lite/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-11T00:53:08.000Z","updated_at":"2026-04-10T01:38:48.000Z","dependencies_parsed_at":"2024-02-11T02:23:26.484Z","dependency_job_id":"3005ba4c-08ca-4326-9231-72320e54ab04","html_url":"https://github.com/maxzz/pmat24-lite","commit_stats":null,"previous_names":["maxzz/pmat24-lite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxzz/pmat24-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxzz%2Fpmat24-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxzz%2Fpmat24-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxzz%2Fpmat24-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxzz%2Fpmat24-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxzz","download_url":"https://codeload.github.com/maxzz/pmat24-lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxzz%2Fpmat24-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["electron","radix-ui","react","shadcn-ui","tailwindcss","typescript","vite-electron"],"created_at":"2024-11-11T04:34:14.959Z","updated_at":"2026-04-13T13:03:30.747Z","avatar_url":"https://github.com/maxzz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-react: PMAT 2024 lite\n\nAn Electron application with React and TypeScript\n\n![](./src/renderer/src/assets/previews/2024-04-26_15-06-09.png)\n\n![](./src/renderer/src/assets/previews/2024-04-26_15-08-18.png)\n\n![](./src/renderer/src/assets/previews/2024-05-10_17-32-32-submit.png)\n\n## notes\n\n### From pmac project:\n```ts\nexport type ArgsFolder = {\n    rootFolder: string; // This group root folder\n    fnames: string[];   // fnames are relative to the rootFolder wo/ the rootFolder but w/ possible sub-folders: A(InUse), B(NotInUse), and C(NotInUseTest).\n};\n```\n\n### PMAT build version\nThe version for electron-node build is defined in the file [./.env](./.env)\nThe version for web build is defined in the file [./src/renderer/.env](./src/renderer/.env)\n\n## resources \n\n * icon - https://seeklogo.com/vector-logo/450809/hid-global\n\n## commands\n\n* ```tsc -p tsconfig.web.json -w --noEmit```\n* ```pnpm electron-builder --win``` - skip build and pack for testing only\n\n## refs\n* https://electron-vite.org/guide/dev\n* https://www.electronjs.org/docs/latest/tutorial/context-isolation\n\n## packages installation\n\n```\np add -D @radix-ui/react-accordion @radix-ui/react-icons @radix-ui/react-slot class-variance-authority @radix-ui/react-checkbox @radix-ui/react-radio-group react-re\nsizable-panels @radix-ui/react-scroll-area @radix-ui/react-select sonner @radix-ui/react-switch @radix-ui/react-tooltip\n```\n\n\u003c!-- https://github.com/radix-ui/icons/blob/main/packages/radix-icons/icons/dot-filled.svg --\u003e\n\n## asar archive\n\n[G: how to view node js asar](https://stackoverflow.com/questions/38523617/how-to-unpack-an-asar-file)\n``` pnpx @electron/asar extract app.asar \u003cdestfolder\u003e ```\n\nThis is phone edit test\n\n\u003cdiv style=\"display: none\"\u003e\n## to many scripts:\n    \"scripts\": {\n        \"dev\": \"electron-vite dev\",\n        \"web\": \"vite --config electron.vite.config-browser.mts\",\n        \"....................................................................................1\": \".......................................................\",\n        \"build\": \"pnpm run typecheck \u0026\u0026 electron-vite build\",\n        \"preview\": \"electron-vite preview\",\n        \"postinstall\": \"electron-builder install-app-deps\",\n        \"....................................................................................2\": \".......................................................\",\n        \"build:win\": \"pnpm run build \u0026\u0026 electron-builder --win\",\n        \"build:unpack\": \"pnpm run build \u0026\u0026 electron-builder --dir\",\n        \"....................................................................................a\": \".......................................................\",\n        \"build:web\": \"vite --config electron.vite.config-browser.mts build --outDir ../../dist --emptyOutDir\",\n        \"build:web:github\": \"vite --config electron.vite.config-browser.mts build --outDir ../../dist --emptyOutDir \u0026\u0026 gh-pages -d ./dist\",\n        \"build:web:preview\": \"vite --config electron.vite.config-browser.mts preview --outDir ../../dist\",\n        \"....................................................................................3\": \".......................................................\",\n        \"tsc\": \"tsc -w --noEmit -p tsconfig.web.json --composite false\",\n        \"typecheck\": \"pnpm run typecheck:node \u0026\u0026 pnpm run typecheck:web\",\n        \"typecheck:web\": \"tsc --noEmit -p tsconfig.web.json --composite false\",\n        \"typecheck:node\": \"tsc --noEmit -p tsconfig.node.json --composite false\",\n        \"....................................................................................4\": \".......................................................\",\n        \"build:mac\": \"electron-vite build \u0026\u0026 electron-builder --mac\",\n        \"build:linux\": \"electron-vite build \u0026\u0026 electron-builder --linux\",\n        \"....................................................................................5\": \"not-uused-now\"\n    }\n\u003c/div\u003e\n\n## build\n  * in case of electron error: \"RequestError: self-signed certificate in certificate chain\" add to user env variable\n\n    ```bash\n    set NODE_TLS_REJECT_UNAUTHORIZED=0\n    ```\n  * and turn off Cloudflare Warp before running the build\n\n  * ```set VITE_CJS_IGNORE_WARNING=true \u0026\u0026 p web```\n\n## build electron\n  * Run VsCode as Administrator if there is a problem wiith permissions (it is possible we need it only once)\n  * Or set in Windows settings: Type in \"Developer\" and under \"Power shell\" enable sudo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxzz%2Fpmat24-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxzz%2Fpmat24-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxzz%2Fpmat24-lite/lists"}