# effect-fc Docs The documentation site is built with Docusaurus. ## Local Development ```bash bun run --cwd packages/docs start ``` ## Build ```bash bun run --cwd packages/docs build ``` The static site is written to `packages/docs/build`.