Getting Started
Quickstart Guide
Step-by-step instructions to get your documentation platform running locally and deployed.
Last Synchronized: 2026-09-22•Verified: Next.js 16 + React 19
1. Prerequisites
Ensure you have the following installed on your local workstation:
- Node.js: Version 18.18+ or 20+ (Node 22 LTS recommended)
- Package Manager: npm, pnpm, yarn, or bun
- Git: For version control and deployment pipelines
2. Clone the Starter Repository
Clone the official repository or use our scaffolding command:
Terminal
bash
git clone https://github.com/dvanhu/multilipi-testing-website.git
cd multilipi-testing-website
npm install3. Start Development Server
Run the local Next.js Turbopack development server:
Terminal
bash
npm run devOpen http://localhost:3000 to view your live site.
4. Verify Multilingual Edge Routing
Test the localized edge proxy sub-paths in your browser:
🇮🇳 /hi/docs (Hindi)
🇫🇷 /fr/docs (French)
🇩🇪 /de/docs (German)
🇳🇱 /nl/docs (Dutch)
🇪🇸 /es/docs (Spanish)
🇯🇵 /ja/docs (Japanese)