@code-surfer/standalone
Version:
Code Surfer React component
27 lines (17 loc) • 485 B
Markdown
@code-surfer/standalone
For internal use by code-surfer, but you can use it if you want. Just be aware that **it doesn't follow semantic versioning**, so pin the version just in case.
No docs, but you can check the code in `sites/book/`.
# Contributing
Watch and build code:
```bash
yarn
yarn workspace @code-surfer/standalone start
```
Run storybook:
```bash
yarn workspace book start
```
Watch tests:
```bash
yarn workspace @code-surfer/standalone test:watch
```