/website

🌐 My personal static-generated website; based on Vue.js & VitePress.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Byloth's Website 🌐

My personal static-generated website; based on Vue.js & VitePress.

Prerequisites

Make sure to have Node.js installed on your system.

Package Manager

Enable pnpm as the package manager for the project:

corepack enable pnpm

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint

Customize configuration

See Vite Configuration Reference.