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
ShareDBData comes from Gist:File Loading Script.