Virtual whiteboard for sketching hand-drawn like diagrams
Find a file
Faustino Kialungila 2b84437c30 Adding readme
2020-01-03 23:34:53 +01:00
.github Add github workflow 2020-01-03 21:32:29 +01:00
public Add crossorigin attribute 2020-01-03 22:28:36 +01:00
src Add preload to font 2020-01-03 22:21:58 +01:00
.gitignore Build and deploy via yarn deploy 2020-01-04 01:52:52 +05:00
package.json Build and deploy via yarn deploy 2020-01-04 01:52:52 +05:00
README.md Adding readme 2020-01-03 23:34:53 +01: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.