{"id":16147185,"url":"https://github.com/savecoders/ugcode","last_synced_at":"2025-04-06T21:44:47.623Z","repository":{"id":160744081,"uuid":"610022007","full_name":"Savecoders/UGCode","owner":"Savecoders","description":"UGCode the algorith exersice with HackerRank","archived":false,"fork":false,"pushed_at":"2023-03-10T01:58:11.000Z","size":829,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T03:48:11.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ug-code.vercel.app","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Savecoders.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":"2023-03-05T22:56:03.000Z","updated_at":"2023-03-07T05:32:08.000Z","dependencies_parsed_at":"2023-05-15T19:00:13.499Z","dependency_job_id":null,"html_url":"https://github.com/Savecoders/UGCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savecoders%2FUGCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savecoders%2FUGCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savecoders%2FUGCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savecoders%2FUGCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Savecoders","download_url":"https://codeload.github.com/Savecoders/UGCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557797,"owners_count":20958047,"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":[],"created_at":"2024-10-10T00:24:29.291Z","updated_at":"2025-04-06T21:44:47.603Z","avatar_url":"https://github.com/Savecoders.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astroship - Astro Starter Template 🛸\n\nAstroship is a starter template for startups, marketing websites, landing pages \u0026 blog. Built with Astro \u0026 TailwindCSS.\n\nThis Free Template is sponsored by [Web3Templates](https://web3templates.com)\n\n## Live Demo\n\n### [https://astroship.web3templates.com/](https://astroship.web3templates.com/)\n\n### [Download Astroship Template](https://web3templates.com/templates/astroship-starter-website-template-for-astro)\n\n## Deploy this template\n\nYou can instantly clone this to your GitHub and deploy the site by clicking the below buttons to deploy to your chosen providers!\n\nClick here to deploy on Vercel:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsurjithctly%2Fastroship\u0026project-name=astroship\u0026repository-name=astroship\u0026demo-title=Astroship%20-%20Astro%20Starter%20Template\u0026demo-description=Astroship%20is%20a%20starter%20template%20for%20startups%2C%20marketing%20websites%20%26%20landing%20pages.%20Built%20with%20Astro%2C%20TailwindCSS\u0026demo-url=https%3A%2F%2Fastroship.web3templates.com%2F\u0026demo-image=https%3A%2F%2Fuser-images.githubusercontent.com%2F1884712%2F200831799-10ef2456-a02e-4068-b580-4b5326f0b33b.png)\n\nClick here to deploy on Netlify:\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/surjithctly/astroship)\n\n## Preview\n\n![image](https://user-images.githubusercontent.com/1884712/200831799-10ef2456-a02e-4068-b580-4b5326f0b33b.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/report?url=https%3A%2F%2Fastroship.web3templates.com%2F)\n\n\n## Installation\n\nIf you are reading this on github, you can click on the \"Use this template\" button above to create a new repository from astroship to your account. Then you can do a `git clone` to clone it to your local system.\n\nAlternatively, you 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/surjithctly/astroship.git myProjectName\n# or\ngit clone https://github.com/surjithctly/astroship.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\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[Hero Illustration](https://www.figma.com/community/file/1108400791662599811) by [Streamline](https://www.streamlinehq.com/)\n\n## 👀 Want to learn more?\n\nFeel free to check out [Astro Docs](https://docs.astro.build) or jump into our [Discord Chat](https://web3templates.com/discord).\n\n[![Built with Astro](https://astro.badg.es/v1/built-with-astro.svg)](https://astro.build)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavecoders%2Fugcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavecoders%2Fugcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavecoders%2Fugcode/lists"}