{"id":16260843,"url":"https://github.com/daliborgogic/detlef-app","last_synced_at":"2026-05-15T12:06:59.907Z","repository":{"id":96151485,"uuid":"143411258","full_name":"daliborgogic/detlef-app","owner":"daliborgogic","description":"Progressive Web App (PWA) start with a traditional web site/application and progressively enhance with modern features","archived":false,"fork":false,"pushed_at":"2019-01-25T10:46:45.000Z","size":913,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T14:14:56.608Z","etag":null,"topics":["continuous-delivery","continuous-integration","micro","nuxt","pwa","vue"],"latest_commit_sha":null,"homepage":"https://beta.detlefschneider.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daliborgogic.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-03T10:01:35.000Z","updated_at":"2018-12-14T18:16:18.000Z","dependencies_parsed_at":"2023-04-08T05:49:55.350Z","dependency_job_id":null,"html_url":"https://github.com/daliborgogic/detlef-app","commit_stats":{"total_commits":256,"total_committers":1,"mean_commits":256.0,"dds":0.0,"last_synced_commit":"65495715a8d39edca981a8a6c491a32a3ca5cf8f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daliborgogic/detlef-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliborgogic%2Fdetlef-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliborgogic%2Fdetlef-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliborgogic%2Fdetlef-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliborgogic%2Fdetlef-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daliborgogic","download_url":"https://codeload.github.com/daliborgogic/detlef-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliborgogic%2Fdetlef-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270322390,"owners_count":24564641,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["continuous-delivery","continuous-integration","micro","nuxt","pwa","vue"],"created_at":"2024-10-10T16:21:28.538Z","updated_at":"2026-05-15T12:06:54.872Z","avatar_url":"https://github.com/daliborgogic.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# detlef\n\n\u003e Progressive Web App start with a traditional web site/application and progressively enhance with modern features.\n\n[![CircleCI](https://circleci.com/gh/daliborgogic/detlef-app.svg?style=svg)](https://circleci.com/gh/daliborgogic/detlef-app)\n\n\u003cimg src=\"https://i.imgur.com/l0O1aLb.png?1\"\u003e\n\n### Environment Variables\n\n| Key                     | Description                                                                                                                                      |\n|:------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------|\n| ```CMS_DOMAIN```        | Content Menagement System (CMS) Top Level Domain (TLD).                                                                                          |\n| ```APP_DOMAIN```        | Application Top Level Domain (TLD).                                                                                                              |\n| ```FIRST_NAME```        | Given name, part of a personal name.                                                                                                             |\n| ```LAST_NAME```         | Surname, family name, or last name.                                                                                                              |\n| ```MAILCHIMP_API_KEY``` | Navigate to the API Keys section of your MailChimp account: [Your API Keys](https://us1.admin.mailchimp.com/account/api/).                       |\n| ```MAILCHIMP_LIST_ID``` | Individual  MailChimp [list id](https://us1.admin.mailchimp.com/account/api/). Lists \u003e List \u003e Settings \u003e List name \u0026 defaults \u003e List ID.         |\n| ```MAILCHIMP_INSTANCE```| If last part of your MailChimp API key is e.g. us6, all API endpoints for your account are available at ```https://us6.api.mailchimp.com/3.0/```.|\n\n### Usage\n\nInstall a package, and any packages that it depends on:\n\n```bash\n$ npm i\n```\n\nSet Environment Variables:\n\n```bash\n$ cat \u003e .env \u003c\u003c EOL\nCMS_DOMAIN=\nAPP_DOMAIN=\nFIRST_NAME=\nLAST_NAME=\nMAILCHIMP_API_KEY=\nMAILCHIMP_LIST_ID=\nMAILCHIMP_INSTANCE=\nEOL\n```\n\nLaunch a development server on ```localhost:3000``` with hot-reloading:\n\n```bash\n$ npm run dev\n```\n\nRun Tests:\n\n```bash\n$ npm test\n```\n\nBuild application with webpack:\n\n```bash\n$ npm run build\n```\n\nStart the server in production mode:\n\n```bash\n$ npm start\n```\n\nOr start the server with process manager:\n\n```bash\n$ pm2 start process.json\n```\n\n### License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2018, Dalibor Gogic\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaliborgogic%2Fdetlef-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaliborgogic%2Fdetlef-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaliborgogic%2Fdetlef-app/lists"}