Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 658 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 658 Bytes

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.