Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

🌀 Personal landing page website built with QwikCity, Typescript and TailwindCSS

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 - Desktop](https://graph.org/file/1c11a56a48881e1dbdb49.png)

### PageSpeed Insights : Mobile

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

![PageSpeed Insights - Desktop](https://graph.org/file/d09dab61d55e65f2145f2.png)

## 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

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/rajput-hemant/landing)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](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