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:
- Clone the repository:
git clone https://github.com/LWJerri/lwjerri.dev.git - Install packages:
pnpm i - Rename
.env.exampleto.envand configure the file. - Set values for the variables
UMAMI_USERNAMEandUMAMI_PASSWORDwith your Umami login credentials. - Obtain the
UMAMI_SITE_IDfrom Umami website settings. - Create a Vercel KV for your project and retrieve the
KV_REST_API_URLandKV_REST_API_TOKENtokens. - 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.