{"id":21600955,"url":"https://github.com/astrodevil/resource-gallery","last_synced_at":"2025-04-11T02:13:05.845Z","repository":{"id":112542352,"uuid":"591736515","full_name":"Astrodevil/resource-gallery","owner":"Astrodevil","description":"Resources related to software development","archived":false,"fork":false,"pushed_at":"2024-04-09T22:28:43.000Z","size":4683,"stargazers_count":31,"open_issues_count":98,"forks_count":46,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T02:12:59.240Z","etag":null,"topics":["astro","astrojs","beginner-friendly","open-source","resources","tailwindcss","template","webdevelopment"],"latest_commit_sha":null,"homepage":"https://resource-gallery.pages.dev/","language":"Astro","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/Astrodevil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":["Astrodevil"],"patreon":null,"open_collective":null,"ko_fi":"astrodevil","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2023-01-21T17:50:26.000Z","updated_at":"2025-03-21T20:55:06.000Z","dependencies_parsed_at":"2023-11-22T16:05:49.414Z","dependency_job_id":"ec818fc6-6b93-4d28-b5a2-9947f8a7732c","html_url":"https://github.com/Astrodevil/resource-gallery","commit_stats":null,"previous_names":["astrodevil/resource-gallery","zerooctave/resource-gallery"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodevil%2Fresource-gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodevil%2Fresource-gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodevil%2Fresource-gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodevil%2Fresource-gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Astrodevil","download_url":"https://codeload.github.com/Astrodevil/resource-gallery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328163,"owners_count":21085261,"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":["astro","astrojs","beginner-friendly","open-source","resources","tailwindcss","template","webdevelopment"],"created_at":"2024-11-24T19:07:48.839Z","updated_at":"2025-04-11T02:13:05.827Z","avatar_url":"https://github.com/Astrodevil.png","language":"Astro","readme":"# [Resource gallery🛸](https://resourcegallery.live/)\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/built-with-love.svg\" /\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/uses-brains.svg\" /\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/powered-by-responsibility.svg\" /\u003e\n \u003cbr\u003e\n\u003cimg src=\"https://img.shields.io/github/forks/ZeroOctave/resource-gallery?style=for-the-badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues/ZeroOctave/resource-gallery?style=for-the-badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/ZeroOctave/resource-gallery?style=for-the-badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/ZeroOctave/resource-gallery?style=for-the-badge\" /\u003e\n  \n\u003c/div\u003e\nResource Gallery provides the tools and resources you need to evolve into a skilled developer. \n\nYou can grab a cool Astro badge after successful merged PR from [here](https://astro.badg.es/contributors/)\n\n## Deployed on Cloudflare pages\n\u003ca href=\"https://pages.cloudflare.com/\" target=\"blank\"\u003e\u003cimg src=\"https://img.icons8.com/color/cloudflare\"/\u003e\u003c/a\u003e\n\n![image](https://github.com/Astrodevil/resource-gallery/blob/main/public/screely.png)\n\n### Pagespeed Score\n\n[![pagespeed](https://user-images.githubusercontent.com/1884712/210250214-7aa98167-7993-4b90-8138-326b8fa0c223.png)](https://pagespeed.web.dev/analysis/https-resourcegallery-live/ym3e98xd4c?form_factor=mobile)\n\n\n## Installation\n\nYou can clone the project directly from this repo to your local system.\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/ZeroOctave/resource-gallery.git .\n```\n\nThe `.` will clone it to the current directory so make sure you are inside your project folder first.\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n# or\nyarn install\n# or (recommended)\npnpm install\n```\n\n### 3. Start development Server\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or (recommended)\npnpm dev\n```\n\n### Preview \u0026 Build\n\n```bash\nnpm run preview\nnpm run build\n# or\nyarn preview\nyarn build\n# or (recommended)\npnpm preview\npnpm build\n```\n\nWe recommend using [pnpm](https://pnpm.io/) to save disk space on your computer.\n\n### Other Commands\n\n```bash\npnpm astro ...\npnpm astro add\npnpm astro --help\n```\n### 5 Create a new branch:\n\n```bash\ngit checkout -b YourBranchName\n```\n\n### 6. Sync your fork or your local repository with the origin repository:\n\n- In your forked repository, click on \"Fetch upstream\"\n- Click \"Fetch and merge\"\n\n### Alternatively, Git CLI way to Sync forked repository with origin repository:\n\n```bash\ngit fetch upstream\n```\n\n```bash\ngit merge upstream/main\n```\n\n### [Github Docs](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) for Syncing\n\n### 7. Make your changes to the source code.\n\n### 8. Stage your changes:\n\n⚠️ **Make sure** not to commit `package.json` or `package-lock.json` file\n\n⚠️ **Make sure** not to run the commands `git add .` or `git add *`\n\n\u003e Instead, stage your changes for each file/folder\n\u003e\n\u003e By using public path it means it will add all files and folders under that folder, it is better to be specific\n\n```bash\ngit add public\n```\n\n_or_\n\n```bash\ngit add \"\u003cfiles_you_have_changed\u003e\"\n```\n\n### 9. Commit your changes:\n\n```bash\ngit commit -m \"\u003cyour_commit_message\u003e\"\n```\n\n### 10. Push your local commits to the remote repository:\n\n```bash\ngit push origin YourBranchName\n```\n\n**11.** Create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)!\n\n## Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   └── ...\n├── src/\n│   ├── components/\n│   │   └── ...\n│   ├── layouts/\n│   │   └── ...\n│   └── pages/\n│       └── ...\n└── package.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## TailwindCSS\n\nTailwindCSS is already configured in this repo, so you can start using it without any installation.\n\n## Credits\n\n[Astroship](https://astroship.web3templates.com/) by [Web3Templates](https://web3templates.com)\n\n\n\n## 👀 Want to learn more?\n\nFeel free to check out [Astro Docs](https://docs.astro.build)\n\n[![Built with Astro](https://astro.badg.es/v1/built-with-astro.svg)](https://astro.build)\n","funding_links":["https://github.com/sponsors/Astrodevil","https://ko-fi.com/astrodevil"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrodevil%2Fresource-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrodevil%2Fresource-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrodevil%2Fresource-gallery/lists"}