Landing screenshot

Landing

Author Avatar Theme by Rajput hemant
Updated: 7 Aug 2025
14 Stars

Personal landing page website built with QwikCity, Typescript and TailwindCSS

Categories

Overview:

This website was built from scratch using QwikCity and will undergo regular updates in the future. The performance of the website can be analyzed using PageSpeed Insights on both desktop and mobile devices. If you are interested in running this project on your local machine, you can follow the steps mentioned below. The project is licensed under the MIT License.

Features:

  • Cloning the template using git, create-next-app, or degit
  • Installation of dependencies using bun as the default package manager
  • Running the development server
  • Editing the page by modifying src/routes/index.tsx
  • Performance analysis using PageSpeed Insights

Installation:

To run this project on your local machine, follow these steps:

  1. Clone this template using one of the three ways:
  • Clone using git
  • Using create-next-app
  • Using degit
  1. Install dependencies:
  • If you want to use pnpm, npm, or yarn, remove the bun.lockb file
  • Run pnpm i, npm i, or yarn to generate the lock file for the respective package manager.
  1. Run the development server:
  • Start the server using the command provided.
  • Open http://localhost:5173 in your browser to see the result.
  • Edit the page by modifying src/routes/index.tsx.

Summary:

This website built using QwikCity has key features such as easy cloning, installation of dependencies, running the development server, and editing the page. It provides a performance analysis using PageSpeed Insights. By following the installation guide, users can run the project on their local machines and make modifications as needed. The project is licensed under the MIT License.