Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 473 Bytes

File metadata and controls

28 lines (26 loc) · 473 Bytes

Internationalized docs for Centipede-RTK

Requirements

  • Node.js (version 24 or higher)

Usage

  • Clone
git clone https://github.com/centipedertk/docs.centipede-rtk.org.git
cd docs.centipede-rtk.org
  • Install dependencies
npm install
  • Run development server
npm run dev
  • Build static files
npm run build
  • Preview production build
npm run preview