Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 511 Bytes

File metadata and controls

44 lines (28 loc) · 511 Bytes

k1000dai.github.io

Personal website built with React + Vite and deployed to GitHub Pages.

Requirements

  • Node.js 18+ (recommended)
  • npm

Setup

npm install

Development

npm run dev

Then open the URL printed in the terminal.

Build

npm run build

Preview

npm run serve

Deployment

This repo publishes the built site to the docs/ directory for GitHub Pages.

npm run deploy

Commit and push the updated docs/ directory.