# drawio-desktop **Repository Path**: iforgive/drawio-desktop ## Basic Information - **Project Name**: drawio-desktop - **Description**: drawio github官方仓库的备份,因为github经常抽风访问不了 https://github.com/jgraph/drawio-desktop release下载地址 https://github.com/jgraph/drawio-desktop/releases - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: better-separation - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-24 - **Last Updated**: 2022-06-20 ## 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`