@code-surfer/standalone

Code Surfer React component

Usage no npm install needed!

<script type="module">
  import codeSurferStandalone from 'https://cdn.skypack.dev/@code-surfer/standalone';
</script>

README

@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:

$ yarn
$ yarn workspace @code-surfer/standalone start

Run storybook:

$ yarn workspace book start

Watch tests:

$ yarn workspace @code-surfer/standalone test:watch