{"id":23081063,"url":"https://github.com/redot-experimental/redot-experimental-docs","last_synced_at":"2025-04-03T14:14:57.913Z","repository":{"id":263678761,"uuid":"891069560","full_name":"Redot-Experimental/redot-experimental-docs","owner":"Redot-Experimental","description":"Redot Experimental documentation","archived":false,"fork":false,"pushed_at":"2025-01-13T18:23:07.000Z","size":4832,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T02:44:34.469Z","etag":null,"topics":["docs","experimental","redotengine"],"latest_commit_sha":null,"homepage":"https://docs-experimental.redotengine.org","language":"CSS","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/Redot-Experimental.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"redotengine"}},"created_at":"2024-11-19T17:10:22.000Z","updated_at":"2025-01-13T18:23:11.000Z","dependencies_parsed_at":"2025-01-13T19:25:58.829Z","dependency_job_id":"afd1da6f-3637-4d73-af07-63879cf16ea7","html_url":"https://github.com/Redot-Experimental/redot-experimental-docs","commit_stats":null,"previous_names":["redot-experimental/redot-experimental-docs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redot-Experimental%2Fredot-experimental-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redot-Experimental%2Fredot-experimental-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redot-Experimental%2Fredot-experimental-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redot-Experimental%2Fredot-experimental-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Redot-Experimental","download_url":"https://codeload.github.com/Redot-Experimental/redot-experimental-docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247014521,"owners_count":20869376,"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":["docs","experimental","redotengine"],"created_at":"2024-12-16T13:45:51.061Z","updated_at":"2025-04-03T14:14:57.891Z","avatar_url":"https://github.com/Redot-Experimental.png","language":"CSS","funding_links":["https://ko-fi.com/redotengine"],"categories":[],"sub_categories":[],"readme":"# ![Redot Experimental Docs Cover](/.github/assets/cover.png)\n\n![Issues](https://img.shields.io/github/issues-raw/Redot-Experimental/redot-experimental-docs?color=FFA726\u0026label=issues\u0026style=for-the-badge)\n![Pull Requests](https://img.shields.io/github/issues-pr-raw/Redot-Experimental/redot-experimental-docs?color=FFA726\u0026label=PRs\u0026style=for-the-badge)\n![Contributors](https://img.shields.io/github/contributors/Redot-Experimental/redot-experimental-docs?color=FFA726\u0026label=contributors\u0026style=for-the-badge)\n![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/Redot-Experimental/redot-experimental-docs/badge?style=flat\u0026logoColor=white\u0026color=FFA726\u0026style=for-the-badge)\n![Commit Activity](https://img.shields.io/github/commit-activity/m/Redot-Experimental/redot-experimental-docs?color=FFA726\u0026label=commits\u0026style=for-the-badge)\n![Last Commit](https://img.shields.io/github/last-commit/Redot-Experimental/redot-experimental-docs?color=FFA726\u0026label=last%20commit\u0026style=for-the-badge)\n\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ch1 align=\"center\"\u003eRedot Engine Launcher\u003c/h1\u003e\n\nWelcome to the official documentation repository for **Redot Experimental**! This repository houses all the information needed to use, develop, and contribute to the Redot Experimental ecosystem.\n\u003c/div\u003e\n\n## Build from source\n\n### Install Node.js\n\nMake sure Node.js is installed on your machine. If it's not, you can download and install it from [nodejs.org](https://nodejs.org/).\n\n### Install Bun\n\nBun is a fast JavaScript runtime like Node.js, but with a built-in package manager. If you haven't installed it yet, you can do so by running:\n\n```bash\ncurl -fsSL https://bun.sh/install | bash\n```\n\nFollow the instructions to complete the installation. After installation, ensure Bun is available by running:\n\n```bash\nbun --version\n```\n\n### Install Node Dependencies\n\nGo to the project directory and install the Node dependencies using Bun:\n\n```bash\ncd redot-experimental-docs\nbun install\n```\n\n## Running\n\nOnce everything is set up, you can run the following command to start the Astro development server:\n\n```bash\nbun dev\n```\n\nTo build the Astro application for production, run the following command:\n\n## Build for Production\n\nBuild the Astro application using the following command:\n\n```bash\nbun build\n```\n\n## Contributors\n\n\u003ca href=\"https://github.com/Redot-Experimental/redot-experimental-docs/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Redot-Experimental/redot-experimental-docs\" /\u003e\n\u003c/a\u003e\n\n## License\n\nThe Redot Experimental Documentation is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredot-experimental%2Fredot-experimental-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredot-experimental%2Fredot-experimental-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredot-experimental%2Fredot-experimental-docs/lists"}