{"id":18331087,"url":"https://github.com/dahliaos/website","last_synced_at":"2025-04-06T02:30:54.317Z","repository":{"id":37685693,"uuid":"265914872","full_name":"dahliaOS/website","owner":"dahliaOS","description":"Official dahliaOS website","archived":false,"fork":false,"pushed_at":"2023-10-19T17:30:01.000Z","size":176280,"stargazers_count":42,"open_issues_count":1,"forks_count":17,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-05-22T22:03:26.295Z","etag":null,"topics":["css","dahliaos","emotion","hacktoberfest","javascript","material-design","material-ui","mui","nextjs","react","styled","styled-components","typescript","vercel","web","webdevelopment","website"],"latest_commit_sha":null,"homepage":"https://dahliaos.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dahliaOS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":null,"open_collective":"dahliaos","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2020-05-21T17:48:56.000Z","updated_at":"2024-03-31T20:48:30.000Z","dependencies_parsed_at":"2023-02-09T20:01:05.275Z","dependency_job_id":"88e4a484-7f51-4cf2-8ef6-1c3d554d38ee","html_url":"https://github.com/dahliaOS/website","commit_stats":{"total_commits":893,"total_committers":19,"mean_commits":47.0,"dds":0.5979843225083987,"last_synced_commit":"b2afd36cb14ba924400c79f2e9aa087d8c0e4b7f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahliaOS%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahliaOS%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahliaOS%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahliaOS%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dahliaOS","download_url":"https://codeload.github.com/dahliaOS/website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247425795,"owners_count":20937016,"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":["css","dahliaos","emotion","hacktoberfest","javascript","material-design","material-ui","mui","nextjs","react","styled","styled-components","typescript","vercel","web","webdevelopment","website"],"created_at":"2024-11-05T19:28:00.257Z","updated_at":"2025-04-06T02:30:54.290Z","avatar_url":"https://github.com/dahliaOS.png","language":"TypeScript","funding_links":["https://opencollective.com/dahliaos"],"categories":[],"sub_categories":[],"readme":"![Landing screenshot](/.github/images/landing_screenshot.png)\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://dahliaos.io\"\u003eWebsite\u003c/a\u003e •\n\u003ca href=\"https://dahliaos.io/discord\"\u003eDiscord\u003c/a\u003e •\n\u003ca href=\"https://dahliaos.io/download\"\u003eReleases\u003c/a\u003e •\n\u003ca href=\"https://dahliaos.io/donate\"\u003eDonate\u003c/a\u003e •\n\u003ca href=\"https://docs.dahliaos.io\"\u003eDocumentation\u003c/a\u003e\n\n# dahliaOS Website\n\n![Website](https://img.shields.io/website?url=https%3A%2F%2Fdahliaos.io)\n\n- **Official**, one and only website for the dahliaOS project\n- **Find** it by clicking [here!](https://dahliaos.io)\n\n## Development\n\nTo develop and locally test the website:\n\n### 1. Install development tools:\n\n1. [Install bun](https://bun.sh/)\n1. Code editor of your choice (we recommend [VSCode](https://code.visualstudio.com/))\n\n### 2. Install dependencies:\n\nInstall node modules required to run the website by running:\n\n```\nbun install\n```\n\n### 3. Start the Next.js dev server:\n\n```\nbun dev\n```\n\nIn a browser, load the page [localhost:3000](http://localhost:3000) and you should now be able to test the website while making your changes.\nNext.js' dev server has hot reloading so no need to restart the instance when it's running!\n\n### 4. Build:\n\nAfter making your changes and verifying it all works in the dev server, furtherly test them out by building the website:\n\n```\nbun run build\n```\n\n### 5. Start:\n\n```\nbun start\n```\n\nIn a browser, load the page [localhost:3000](http://localhost:3000) and you should now be able to view the built website.\n\n## Contribute\n\nIf you're wondering how to contribute to the project, please refer to [CONTRIBUTING.md](/CONTRIBUTING.md)\n\n## License\n\n\u003cp align=\"left\"\u003e\n  \u003cimg width=\"30%\" src=\"https://github.com/dahliaOS/brand/blob/main/dahliaOS/logotype/svg/logotype-dark.svg#gh-dark-mode-only\"/\u003e\n  \u003cimg width=\"30%\" src=\"https://github.com/dahliaOS/brand/blob/main/dahliaOS/logotype/svg/logotype-light.svg#gh-light-mode-only\"/\u003e\n\u003c/p\u003e\n\nCopyright @ 2019-2023 - The dahliaOS Authors - contact@dahliaos.io\n\nThis project is licensed under the [Apache 2.0 license](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahliaos%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahliaos%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahliaos%2Fwebsite/lists"}