Skip to content

Flügel Mathematics - Deployment Guide

Cloudflare Pages Deployment

1. Automated Git CI/CD

Whenever commits are pushed to the main branch, Cloudflare Pages automatically triggers the production build:

  • Build Command: npm run docs:build
  • Output Directory: .vitepress/dist
  • Node.js Version: 18.x or 20.x

2. Manual CLI Deployment via Wrangler

bash
npm run build
npm run deploy

Production Domain: https://mathematics.flugelsoft.com