Overview
The personal website of lichter.io has been rebuilt using Nuxt.js 3 and Tailwind CSS. The website features various modules listed in the nuxt.config.ts file and includes a detailed explanation on the tech stack used and the local setup required for installation.
Features
- Tech Stack: Built using Nuxt.js 3 and Tailwind CSS.
- Modules: Includes a list of modules used in the nuxt.config.ts file.
- Local Setup: Details the steps for installation including Node.js installation and using pnpm.
Installation
To install the lichter.io website theme, you can follow these steps:
- Install Node.js on your system.
- Enable corepack to install pnpm.
- Clone the repository using
git clone
. - Run
pnpm i
to install the necessary dependencies. - Start the local Nuxt dev server with
pnpm dev
.
Summary
The lichter.io website has been rebuilt using Nuxt.js 3 and Tailwind CSS, providing a modern and responsive design. Users can follow the installation guide to set up the theme locally and explore the various features and modules used in the project.