Files
effect-fc/packages/docs/README.md
T
Julien Valverdé 845aa193ba
Lint / lint (push) Successful in 16s
Add getting started docs
2026-06-08 13:55:16 +02:00

18 lines
247 B
Markdown

# 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`.