Skip to content

🚀 Flügel Chemistry Deployment Guide

This guide explains how to deploy Flügel Chemistry to Cloudflare Pages or Vercel.

🛠️ Build Requirements

  • Node.js >= 18.0.0 (Recommended: v20.x LTS)
  • Package Manager: npm or pnpm

📦 Build Command

bash
npm run docs:build

The static production assets will be output to .vitepress/dist.

☁️ Cloudflare Pages Configuration

  • Project Name: flugel-chemistry
  • Framework Preset: VitePress
  • Build Command: npm run docs:build
  • Build Output Directory: .vitepress/dist
  • Node.js Version: 20.19.0