Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 674 Bytes

Vim-jp ラジオ LP

Vim-jp ラジオの LP です。

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run development server using pnpm dev (or pnpm dev -- --open to open the site in the browser)
  • Open http://localhost:5173 in your browser
  • Also, unocss inspector is helpful for debugging (see unocss documentation for more details).

📦 Build

  • Run pnpm build to build the site

✨ Preview

  • Run pnpm preview to preview the site