|
@@ -1,6 +1,5 @@
|
|
|
## About
|
|
|
|
|
|
-
|
|
|
This is a fork of drawio. The purpose of this fork is to create a version of drawio that includes some custom plugins.
|
|
|
|
|
|
*Why create a fork* instead of just creating a repo for the plugins? Because the webapp version of drawio does not allow you to load anything but "stock" plugins (I guess for safety reasons).
|
|
@@ -41,6 +40,7 @@ A symlink called `result` will be placed in your current working directory, poin
|
|
|
* if `server`, then you can run `./result/bin/drawioserver` to launch the (NodeJS) backend
|
|
|
* if `dockerServer`, then `result` points to a docker image (.tar.gz)
|
|
|
|
|
|
+
|
|
|
## Development
|
|
|
|
|
|
To run the server script without installation, you can ask Nix to give you a 'development shell'. In the root directory, run:
|
|
@@ -58,6 +58,7 @@ There are 2 other (build) scripts in the `scripts` directory. The reason is as f
|
|
|
|
|
|
We chose option 2, simply because rewriting drawio's build is outside of the scope of this project.
|
|
|
|
|
|
+
|
|
|
## Running
|
|
|
|
|
|
When you are running the backend server (either after building the server package or running a development server), navigate to <http://localhost:8700> to load the frontend.
|