18 lines
247 B
Markdown
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`.
|