cisen / excalidraw-cn

支持中文手绘效果和多画布能力的 Excalidraw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try it now

访问 Handraw 免费使用。

效果示例:

Local Installation

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

Clone the repo

git clone git@github.com:korbinzhao/excalidraw-cn.git

Install the dependencies

yarn

Start the server

yarn start

Now you can open http://localhost:3000 and start coding in your favorite code editor.

Collaboration

For collaboration, you will need to set up collab server in local.

Commands

Install the dependencies
yarn
Run the project
yarn start
Reformat all files with Prettier
yarn fix
Run tests
yarn test
Update test snapshots
yarn test:update
Test for formatting with Prettier
yarn test:code

Docker Compose

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

支持中文手绘效果和多画布能力的 Excalidraw

License:MIT License


Languages

Language:TypeScript 90.9%Language:SCSS 4.5%Language:JavaScript 4.0%Language:HTML 0.4%Language:CSS 0.1%Language:Dockerfile 0.0%Language:Shell 0.0%