Text driven mind map creation.
Install dependencies
npm install
Run the application
npm run serve
src/
core/ <-- Shared code among editor and renderer
events/ <-- Editor and renderer communicate via events
parser/ <-- Parse text into events
editor/ <-- Text editor to modify the mindmap
renderer/ <-- Rendering the mindmap
GitHub Pages is used to deploy the website. The used plugin gh-pages builds a fresh copy to the gh-pages branch by running the command npm run deploy.
This setup will always deploy the website for the currently active branch.