Internationalized docs for Centipede-RTK
- Node.js (version 24 or higher)
- 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