Export Image
Export Code

VZCode Source Tree

Curran Kelleher

Last edited Jun 04, 2024
Created on May 31, 2024

A circle pack visualization of the VZCode source code. VZCode is the open source editor used in VizHub.

Overview of the VZCode codebase.

  • test has some unit tests and lots of sample files. These sample files open in VZCode when you run npm run dev
  • src/client has the front end code, which is the majority of the project. This uses React and CodeMirror to create the editor environment.
  • src/server has the server-side code, which reads the file system on start, write to the file system on code changes, and synchronizes changes between clients using ShareDB

Data comes from Gist:File Loading Script.

MIT Licensed