mirror of
https://github.com/plannotator/effective-html.git
synced 2026-09-19 01:11:19 +08:00
EffectiveHTML.com
This directory contains the Next.js and Fumadocs application deployed at effectivehtml.com. The installable skills, plugin manifests, and source examples remain at the repository root.
Develop locally
pnpm install
pnpm dev
Run the production checks from this directory:
pnpm lint
pnpm build
The Vercel project uses site/ as its Root Directory. Files under public/
are the deployable catalog and example assets used by the application.