Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

example

codevideo-ide-react example

This is a static gatsby site with the <CodeVideoIDE /> component embedded in the index page.

To ensure that no SSR issues occur:

First install the latest version of @fullstackcraft/codevideo-ide-react:

npm install @fullstackcraft/codevideo-ide-react@latest

Then, test in either develop or build mode:

npm run develop

or

npm run build