Skip to content

ngseke/mcip.app

Repository files navigation

樂台計畫官方網站

Static Data Repository

https://github.com/ngseke/mcip.ml-static

Recommended Environment

  • Node.js >=18
  • pnpm >=8 (do not use npm or yarn)

Development Commands

Setup

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview