# drawio-desktop **Repository Path**: bmeio/drawio-desktop ## Basic Information - **Project Name**: drawio-desktop - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: better-separation - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-03 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # drawio-desktop draw.io desktop app based on Electron [![Build Status](https://travis-ci.org/jgraph/drawio-desktop.svg?branch=master)](https://travis-ci.org/jgraph/drawio-desktop) [![Build status](https://ci.appveyor.com/api/projects/status/e56wdssukquwe7bv?svg=true)](https://ci.appveyor.com/project/davidjgraph/drawio-desktop) ### Prepare Run yarn install yarn appdeps ### Running Generic devmode: `yarn start` Mxgraph development: `yarn startmx` set `NODE_DEVTOOLS=on` to force open devtools ### Logs By default it writes logs to the following locations: on Linux: `~/.config//log.log` on OS X: `~/Library/Logs//log.log` on Windows: `%USERPROFILE%\AppData\Roaming\\log.log`