https://blog.csdn.net/Aileenvov/article/details/143218686
下载地址:
https://nodejs.org/en/
下载地址: https://git-scm.com/downloads
点击win+R键,输入“cmd”跳出命令窗口
git clone https://github.com/excalidraw/excalidraw.git
npm install -g yarn
yarn
cd excalidraw
yarn start
现在,您就可以通过浏览器直接访问 http://localhost:3000 端口的Excalidraw服务,并开始在自己喜欢的代码编辑器中编码啦!