Virtual whiteboard for sketching hand-drawn like diagrams
Find a file
2020-01-03 18:16:16 -08:00
.github/workflows Fix build script 2020-01-03 23:28:33 +01:00
public Add analytics tag (#89) 2020-01-03 15:47:15 -08:00
src Distance between point and ellipsis (#92) 2020-01-03 18:16:16 -08:00
.gitignore Add shortcuts (#85) 2020-01-03 15:08:34 -08:00
package-lock.json Remove gh-pages 2020-01-03 22:43:41 +01:00
package.json Remove gh-pages 2020-01-03 22:43:41 +01:00
README.md Adding readme (#83) 2020-01-03 15:29:13 -08:00
tsconfig.json TS, Prettier, Eslint (#39) 2020-01-02 11:03:48 -08:00

Excalidraw

Excalidraw is a whiteboard tool that lets you easily sketch diagrams.

Try it now

If you want to start sketching, please check https://excalidraw.com

Excalidraw is built using these awesome tools

The project is at its early days, there are some key features that we need to implement in order to make the application very useful.

Getting started

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

Clone the repo

https://github.com/excalidraw/excalidraw.git

Install all the dependencies

npm install

Run the project

npm run start

Contributing

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