Lwjerri.dev screenshot

Lwjerri.dev

Author Avatar Theme by Lwjerri
Updated: 9 Jan 2026
14 Stars

Source code of my personal website made based on Vite + SvelteKit using TailwindCSS.

Categories

Overview:

The lwjerri.dev repository contains code for a personal website that provides information about the owner and their projects. The website is hosted on Vercel, and some features like displaying page views and page metrics may not work on other hosting platforms.

Features:

  • Display number of page views
  • Track page metrics
  • Integration with Umami page views tracker
  • Integration with Vercel KV for unique features like Web Vitals

Installation:

  1. Clone the repository: git clone https://github.com/LWJerri/lwjerri.dev.git
  2. Install packages: pnpm i
  3. Rename .env.example to .env and configure the file.
  4. Set values for the variables UMAMI_USERNAME and UMAMI_PASSWORD with your Umami login credentials.
  5. Obtain the UMAMI_SITE_ID from Umami website settings.
  6. Create a Vercel KV for your project and retrieve the KV_REST_API_URL and KV_REST_API_TOKEN tokens.
  7. Note that if you plan to host this website on a platform other than Vercel, you will need to fork the repository and adapt the unique features to your hosting platform.

Summary:

The lwjerri.dev repository contains code for a personal website hosted on Vercel. It offers features such as displaying page views, tracking page metrics, and integration with Umami page views tracker and Vercel KV. Installation instructions are provided for setting up the website.