1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-02 03:25:53 +01:00
Virtual whiteboard for sketching hand-drawn like diagrams
Go to file
2020-01-03 18:29:46 -08:00
.github/workflows Fix build script 2020-01-03 23:28:33 +01:00
public Add github corner (#90) 2020-01-03 18:16:27 -08:00
src Generate new seed on paste 2020-01-03 18:29:46 -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 Update README.md 2020-01-03 18:19:58 -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 that have a hand-drawn feel to them.

Try it now

Go to https://excalidraw.com to start sketching

Getting started

Code Sandbox

Local Installation

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

git clone 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.

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.