{"id":20272739,"url":"https://github.com/rajput-hemant/landing","last_synced_at":"2025-04-11T04:42:34.833Z","repository":{"id":208039908,"uuid":"720466464","full_name":"rajput-hemant/landing","owner":"rajput-hemant","description":"🌀 Personal landing page website built with QwikCity, Typescript and TailwindCSS","archived":false,"fork":false,"pushed_at":"2025-04-07T05:16:30.000Z","size":2882,"stargazers_count":12,"open_issues_count":5,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T04:42:28.892Z","etag":null,"topics":["landing-page","portfolio","qwik","qwikcity","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://landing.rajputhemant.tech","language":"TypeScript","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/rajput-hemant.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-11-18T15:20:09.000Z","updated_at":"2025-04-07T05:16:08.000Z","dependencies_parsed_at":"2024-05-03T22:31:15.698Z","dependency_job_id":"841caaf3-0cea-4437-946f-b744eafa488f","html_url":"https://github.com/rajput-hemant/landing","commit_stats":null,"previous_names":["rajput-hemant/landing"],"tags_count":0,"template":false,"template_full_name":"rajput-hemant/qwik-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Flanding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Flanding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Flanding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Flanding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajput-hemant","download_url":"https://codeload.github.com/rajput-hemant/landing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345281,"owners_count":21088242,"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":["landing-page","portfolio","qwik","qwikcity","tailwindcss","typescript"],"created_at":"2024-11-14T12:46:37.672Z","updated_at":"2025-04-11T04:42:34.814Z","avatar_url":"https://github.com/rajput-hemant.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n![views] ![stars] ![forks] ![issues] ![license] ![repo-size]\n\n  \u003ch1\u003e\n  \u003ca\n  href=\"https://landing.rajputhemant.tech\"\n  target=\"_blank\"\n  rel=\"noopener noreferrer\"\u003e\n  landing.rajputhemant.tech\n  \u003c/a\u003e\n  \u003c/h1\u003e\n  \u003cp\u003e🌀 Personal landing page built with QwikCity, TypeScript and Tailwind CSS.\u003c/p\u003e\n\n\u003c/div\u003e\n\n## Introduction\n\nThis website was built from scratch using QwikCity. It will undergo regular updates in the future.\n\n## Performance\n\n### PageSpeed Insights : Desktop\n\nReport URL: https://pagespeed.web.dev/analysis/https-landing-rajputhemant-me/yk4gt3apuv?form_factor=desktop\n\n![PageSpeed Insights - Desktop](https://graph.org/file/1c11a56a48881e1dbdb49.png)\n\n### PageSpeed Insights : Mobile\n\nReport URL: https://pagespeed.web.dev/analysis/https-landing-rajputhemant-me/yk4gt3apuv?form_factor=mobile\n\n![PageSpeed Insights - Desktop](https://graph.org/file/d09dab61d55e65f2145f2.png)\n\n## Getting Started\n\nIf you are interested in running this project on your local machine, you can do so in just 3 easy steps below.\n\n### 1. Clone this template using one of the three ways:\n\n1. Clone using git\n\n   ```bash\n   git clone https://github.com/rajput-hemant/landing\n   ```\n\n2. Using `create-next-app`\n\n   ```bash\n   bunx create-next-app -e https://github.com/rajput-hemant/landing \u003cproject-name\u003e\n   ```\n\n3. Using `degit`\n\n   ```bash\n   bunx degit rajput-hemant/landing \u003cYOUR_APP_NAME\u003e\n   ```\n\n4. Deploy to Vercel or Netlify, etc\n\n   [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/rajput-hemant/landing)\n   [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/rajput-hemant/landing)\n\n### 2. Install dependencies\n\nThis project uses `bun` as the default package manager. If you want to use `pnpm`, `npm` or `yarn`, you need to remove the `bun.lockb` file and run `pnpm i`, `npm i` or `yarn` to generate the lock file for the respective package manager.\n\n```bash\nbun i\n```\n\n### 3. Run the development server\n\nYou can start the server using this command:\n\n```bash\nbun dev\n```\n\nOpen [http://localhost:5173](http://localhost:5173) with your browser to see the result. You can start editing the page by modifying `src/routes/index.tsx`.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributors:\n\n\u003cdiv align=center\u003e\n\n[![][contributors]][contributors-graph]\n\n_Note: It may take up to 24h for the [contrib.rocks][contrib-rocks] plugin to update because it's refreshed once a day._\n\n\u003c/div\u003e\n\n\u003c!----------------------------------{ Labels }---------------------------------\u003e\n\n[views]: https://komarev.com/ghpvc/?username=landing\u0026label=view%20counter\u0026color=red\u0026style=flat\n[repo-size]: https://img.shields.io/github/repo-size/rajput-hemant/landing\n[issues]: https://img.shields.io/github/issues-raw/rajput-hemant/landing\n[license]: https://img.shields.io/github/license/rajput-hemant/landing\n[forks]: https://img.shields.io/github/forks/rajput-hemant/landing?style=flat\n[stars]: https://img.shields.io/github/stars/rajput-hemant/landing\n[contributors]: https://contrib.rocks/image?repo=rajput-hemant/landing\u0026max=500\n[contributors-graph]: https://github.com/rajput-hemant/landing/graphs/contributors\n[contrib-rocks]: https://contrib.rocks/preview?repo=rajput-hemant%landing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajput-hemant%2Flanding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajput-hemant%2Flanding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajput-hemant%2Flanding/lists"}