1.0.19 • Published 9 months ago

@fullstackcraftllc/codevideo-ide v1.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@fullstackcraft/codevideo-ide

A fully event-sourced IDE for codevideo. Reconstitute a snapshot of the entire IDE at any point in time in a software project.

Usage

Install peer dependencies:

npm install @fullstackcraft/codevideo-mouse @fullstackcraft/codevideo-types @fullstackcraft/codevideo-virtual-ide @fullstackcraft/codevideo-virtual-editor monaco-editor monaco-themes @monaco-editor/react

You'll also need to install tailwind. Here a link to their official docs for create-react-app, but if you are using Next.js, Remix, or others, the configuration will be different: https://v3.tailwindcss.com/docs/guides/create-react-app

Install:

npm install @fullstackcraft/codevideo-ide

Use it in your react app:

import { IDE } from '@fullstackcraft/codevideo-ide';

function App() {
  return (
    <IDE />
  );
}
1.0.19

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago