访问 Handraw 免费使用。
效果示例:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone [email protected]:korbinzhao/excalidraw-cn.git
yarn
yarn start
Now you can open http://localhost:3000 and start coding in your favorite code editor.
For collaboration, you will need to set up collab server in local.
yarn
yarn start
yarn fix
yarn test
yarn test:update
yarn test:code
You can use docker-compose to work on Excalidraw locally if you don't want to setup a Node.js env.
docker-compose up --build -d
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.