Skip to content

Latest commit

ย 

History

History
64 lines (44 loc) ยท 1.48 KB

File metadata and controls

64 lines (44 loc) ยท 1.48 KB

Personal Website

A high-density, IDE-inspired personal website and portfolio.

starllow.com

stars license

๐Ÿ› ๏ธ Tech Stack


โš™๏ธ Configuration

All personal information, project lists, terminal settings, and website metadata are centralized in one file.

To customize the website for yourself, simply edit: ๐Ÿ‘‰ site.config.ts


๐Ÿš€ Development

Prerequisites

Ensure you have pnpm installed.

Setup & Run

  1. Install dependencies:

    pnpm install
  2. Start the development server:

    pnpm dev
  3. Build for production:

    pnpm build
  4. Run lint checks:

    pnpm lint