Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 423 Bytes

File metadata and controls

25 lines (16 loc) · 423 Bytes

ModDota GitHub Pages project.

This website is built using VitePress, a modern static website generator.

Installation

$ npm install

Local Development

$ npm run dev

This command starts a local development server. Most changes are reflected live without having to restart the server.

Build

$ npm run build