https://github.com/rajput-hemant/landing
🌀 Personal landing page website built with QwikCity, Typescript and TailwindCSS
https://github.com/rajput-hemant/landing
landing-page portfolio qwik qwikcity tailwindcss typescript
Last synced: over 1 year ago
JSON representation
🌀 Personal landing page website built with QwikCity, Typescript and TailwindCSS
- Host: GitHub
- URL: https://github.com/rajput-hemant/landing
- Owner: rajput-hemant
- License: mit
- Created: 2023-11-18T15:20:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T05:16:30.000Z (over 1 year ago)
- Last Synced: 2025-04-11T04:42:28.892Z (over 1 year ago)
- Topics: landing-page, portfolio, qwik, qwikcity, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://landing.rajputhemant.tech
- Size: 2.75 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![views] ![stars] ![forks] ![issues] ![license] ![repo-size]
landing.rajputhemant.tech
🌀 Personal landing page built with QwikCity, TypeScript and Tailwind CSS.
## Introduction
This website was built from scratch using QwikCity. It will undergo regular updates in the future.
## Performance
### PageSpeed Insights : Desktop
Report URL: https://pagespeed.web.dev/analysis/https-landing-rajputhemant-me/yk4gt3apuv?form_factor=desktop

### PageSpeed Insights : Mobile
Report URL: https://pagespeed.web.dev/analysis/https-landing-rajputhemant-me/yk4gt3apuv?form_factor=mobile

## Getting Started
If you are interested in running this project on your local machine, you can do so in just 3 easy steps below.
### 1. Clone this template using one of the three ways:
1. Clone using git
```bash
git clone https://github.com/rajput-hemant/landing
```
2. Using `create-next-app`
```bash
bunx create-next-app -e https://github.com/rajput-hemant/landing
```
3. Using `degit`
```bash
bunx degit rajput-hemant/landing
```
4. Deploy to Vercel or Netlify, etc
[](https://vercel.com/new/git/external?repository-url=https://github.com/rajput-hemant/landing)
[](https://app.netlify.com/start/deploy?repository=https://github.com/rajput-hemant/landing)
### 2. Install dependencies
This 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.
```bash
bun i
```
### 3. Run the development server
You can start the server using this command:
```bash
bun dev
```
Open [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`.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributors:
[![][contributors]][contributors-graph]
_Note: It may take up to 24h for the [contrib.rocks][contrib-rocks] plugin to update because it's refreshed once a day._
[views]: https://komarev.com/ghpvc/?username=landing&label=view%20counter&color=red&style=flat
[repo-size]: https://img.shields.io/github/repo-size/rajput-hemant/landing
[issues]: https://img.shields.io/github/issues-raw/rajput-hemant/landing
[license]: https://img.shields.io/github/license/rajput-hemant/landing
[forks]: https://img.shields.io/github/forks/rajput-hemant/landing?style=flat
[stars]: https://img.shields.io/github/stars/rajput-hemant/landing
[contributors]: https://contrib.rocks/image?repo=rajput-hemant/landing&max=500
[contributors-graph]: https://github.com/rajput-hemant/landing/graphs/contributors
[contrib-rocks]: https://contrib.rocks/preview?repo=rajput-hemant%landing