{"id":15048568,"url":"https://github.com/dahliaos/documentation","last_synced_at":"2025-04-10T01:24:13.269Z","repository":{"id":43083697,"uuid":"183578367","full_name":"dahliaOS/documentation","owner":"dahliaOS","description":"Documentation for dahliaOS","archived":false,"fork":false,"pushed_at":"2024-02-23T13:44:27.000Z","size":35651,"stargazers_count":81,"open_issues_count":1,"forks_count":14,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-22T12:33:17.714Z","etag":null,"topics":["dahliaos","docs","documentation","hacktoberfest","markdown","md","mdx","nextjs","nextra","react","tsx","typescript"],"latest_commit_sha":null,"homepage":"https://docs.dahliaos.io","language":"MDX","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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":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":"2019-04-26T07:18:31.000Z","updated_at":"2024-04-20T14:27:00.000Z","dependencies_parsed_at":"2023-01-31T19:45:23.736Z","dependency_job_id":"b9217cc8-571a-492d-a3e2-ab563d063a97","html_url":"https://github.com/dahliaOS/documentation","commit_stats":{"total_commits":491,"total_committers":26,"mean_commits":"18.884615384615383","dds":0.824847250509165,"last_synced_commit":"a14901ccc24df430cd7c0942789697319df6f212"},"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahliaOS%2Fdocumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahliaOS%2Fdocumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahliaOS%2Fdocumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahliaOS%2Fdocumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dahliaOS","download_url":"https://codeload.github.com/dahliaOS/documentation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138843,"owners_count":21053966,"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":["dahliaos","docs","documentation","hacktoberfest","markdown","md","mdx","nextjs","nextra","react","tsx","typescript"],"created_at":"2024-09-24T21:14:06.965Z","updated_at":"2025-04-10T01:24:13.258Z","avatar_url":"https://github.com/dahliaOS.png","language":"MDX","funding_links":["https://opencollective.com/dahliaos"],"categories":[],"sub_categories":[],"readme":"\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# Documentation\n\n![Website](https://img.shields.io/website?url=https%3A%2F%2Fdocs.dahliaos.io)\n![GitHub](https://img.shields.io/github/license/dahliaos/documentation?color=brightgreen)\n\n- **Documentation** for the dahliaOS project.\n- **Read the documentation** on the link [here](https://docs.dahliaos.io)!\n\n## Development\n\nTo develop and locally test the documentation 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 blog 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 blog 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 blog:\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 blog.\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%2Fdocumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahliaos%2Fdocumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahliaos%2Fdocumentation/lists"}