{"id":21304958,"url":"https://github.com/maximilianmairinger/pw","last_synced_at":"2025-03-15T19:26:32.565Z","repository":{"id":160994158,"uuid":"635731303","full_name":"maximilianMairinger/pw","owner":"maximilianMairinger","description":"Web app to locally store encrypted text, supporting biometric auth.","archived":false,"fork":false,"pushed_at":"2024-10-20T18:57:09.000Z","size":516,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-22T08:42:44.627Z","etag":null,"topics":["app","auth","biometric","encrypt","local","password","store","text","web"],"latest_commit_sha":null,"homepage":"https://pw.maximilian.mairinger.com","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/maximilianMairinger.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}},"created_at":"2023-05-03T10:39:17.000Z","updated_at":"2024-10-20T18:57:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e154469-5717-44f1-b54d-5033bbd5c307","html_url":"https://github.com/maximilianMairinger/pw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2Fpw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2Fpw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2Fpw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2Fpw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximilianMairinger","download_url":"https://codeload.github.com/maximilianMairinger/pw/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243779615,"owners_count":20346744,"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":["app","auth","biometric","encrypt","local","password","store","text","web"],"created_at":"2024-11-21T16:16:28.279Z","updated_at":"2025-03-15T19:26:32.546Z","avatar_url":"https://github.com/maximilianMairinger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pw\n\nWeb app to locally store encrypted text, supporting biometric auth.\n\n## Contribute\n\nThe frontend / client is referred as app. The backend as server.\n\n### Development env\n\n#### Develop app\n\nThe source of the app can be found in `/app` and the serviceWorker's in `/serviceWorker`.\n\n```\n $ npm run devApp\n```\n\nBuilds the app on save \u0026 spins up a live (notifies client to reload on change) repl server, whose source can be found in `/replServer/src`.\n\n#### Develop server\n\nSource found in `/server/src`.\n\n```\n $ npm run devServer\n```\n\nBuilds the server \u0026 replApp on save. The source of the replApp can be found under `/replApp`. No live reloading available, since its the prod server.\n\n#### Develop server \u0026 app\n\n```\n $ npm run dev\n```\n\nWatches production server \u0026 app and builds them on save. No live reloading avalible, since its the prod server.\n\n### Deploy\n\n#### Build scripts\n\nBuild everything for production\n\n```\n $ npm run build\n```\n\n#### Start\n\nStart the server with default options\n\n```\n $ npm start\n```\n\nSince this is a [npm-run-script](https://docs.npmjs.com/cli/run-script), cli options must be escaped in order to distinguish them from npm options. Simply prefix all options with **one** `--` like so: \n\n```\n $ npm start --  --port 1234 --outageReciliance strong\n```\n\n##### CLI options\n\nHere is a list of all recognised cli options:\n\n\u003e TODO","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximilianmairinger%2Fpw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximilianmairinger%2Fpw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximilianmairinger%2Fpw/lists"}