{"id":20138246,"url":"https://github.com/dc-ag/theme-dev-server","last_synced_at":"2026-05-10T08:41:43.164Z","repository":{"id":57217615,"uuid":"264138573","full_name":"dc-ag/theme-dev-server","owner":"dc-ag","description":"Small webserver for developing themes for dynamic commerce ecosystem","archived":false,"fork":false,"pushed_at":"2023-05-08T21:12:32.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T04:34:10.481Z","etag":null,"topics":["frontend-webdevelopment","theme-development"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dc-ag.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":"2020-05-15T08:25:04.000Z","updated_at":"2023-05-08T17:34:52.000Z","dependencies_parsed_at":"2024-10-23T08:55:09.863Z","dependency_job_id":"a577b9ad-27df-4822-b640-98ac02170761","html_url":"https://github.com/dc-ag/theme-dev-server","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.23076923076923073","last_synced_commit":"5f895ee3e378a8b8f582df4950efd6a3c481457b"},"previous_names":["dynamic-commerce/theme-dev-server"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc-ag%2Ftheme-dev-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc-ag%2Ftheme-dev-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc-ag%2Ftheme-dev-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc-ag%2Ftheme-dev-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dc-ag","download_url":"https://codeload.github.com/dc-ag/theme-dev-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241257811,"owners_count":19935327,"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":["frontend-webdevelopment","theme-development"],"created_at":"2024-11-13T21:36:54.248Z","updated_at":"2026-05-10T08:41:43.126Z","avatar_url":"https://github.com/dc-ag.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Package to run a small webserver for developing a theme for the dynamic commerce ecosystem.\n\n## Install\n\n`npm install dynamic-commerce-theme-dev-server`\n\n## Basic usage\n\n```javascript\nimport { run } from \"dc-ag-theme-dev-server\";\n\n// NEVER COMMIT YOUR CREDENTIALS\n\nvar options = {\n    username: \"\",                   // Your Usename/E-Mail\n    password: \"\",                   // Your password\n    dataBaseUrl: \"\",                // Base URL of the website\n    language: \"\",                   // The language you whish the website to be in (e.g. de-DE)\n    themeName: \"\",                  // The name of the theme currently being worked with\n    //basicAuthUsername: \"\",        // (optional) If the website has additional Basic Auth enabled\n    //basicAuthPasswor?: \"\",        // (optional) If the website has additional Basic Auth enabled\n    //port: 3000,                   // Port on which to run the local server on\n    //mainTemplateName: \"\",         // Main template (defaults to main.mustache)\n    //headerPartialTemplateName: \"\" // Header Partial template (defaults to headerPartial.mustache)\n}\n\nrun(options);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdc-ag%2Ftheme-dev-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdc-ag%2Ftheme-dev-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdc-ag%2Ftheme-dev-server/lists"}