Files
plannotator__effective-html/site/README.md
2026-08-02 13:19:07 -07:00

526 B

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.