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
Thomas Steiner 5d3867d8ac
Implement Save without re-prompt and Save as (#1709)
* Implement Save without re-prompt and Save as
Fixes #1668

* Add save-as icon

* Make .excalidraw the default extension

* Only show save as button on supporting browsers
2020-06-12 18:35:04 +02:00
.github rename docker repo (#1702) 2020-06-02 20:26:16 +01:00
public Add file handling (#1736) 2020-06-08 13:02:06 +02:00
scripts Bump prettier from 1.19.1 to 2.0.1 (#1060) 2020-03-23 13:05:07 +02:00
src Implement Save without re-prompt and Save as (#1709) 2020-06-12 18:35:04 +02:00
.dockerignore feat: add option for self-hosting via Docker (#1503) 2020-04-28 22:53:07 -07:00
.editorconfig add editorconfig (#1198) 2020-04-03 19:19:01 +02:00
.eslintignore Much more thorough tests! (#1053) 2020-03-23 16:38:41 -07:00
.eslintrc.json Rename .eslintrc to .eslintrc.json (#1481) 2020-04-23 19:17:47 +02:00
.gitignore Refactor LayerUI (#1434) 2020-04-17 22:24:19 +02:00
.lintstagedrc.js Eslint tweaks (#696) 2020-02-05 17:41:14 +01:00
.npmrc Add npmrc to have pinned deps (#727) 2020-02-07 13:59:23 +01:00
.nvmrc Add .nvmrc file (#1157) 2020-04-02 15:00:22 +03:00
.prettierrc Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
.watchmanconfig Don't reset cache while zooming using a gesture (#1103) 2020-03-28 16:59:36 -07:00
CONTRIBUTING.md fix(font): modify exclamation point in font (#394) 2020-01-16 09:59:43 -08:00
crowdin.yml Locale 2020-03-19 20:38:52 +02:00
docker-compose.yml feat: add option for self-hosting via Docker (#1503) 2020-04-28 22:53:07 -07:00
Dockerfile docker build : install devDependencies so the build succeed (#1625) 2020-05-22 10:37:17 +02:00
LICENSE Add MIT License (#176) 2020-01-05 13:09:29 -08:00
now.json Remove CSP (#1418) 2020-04-13 16:28:05 +02:00
package-lock.json Implement Save without re-prompt and Save as (#1709) 2020-06-12 18:35:04 +02:00
package.json Implement Save without re-prompt and Save as (#1709) 2020-06-12 18:35:04 +02:00
README.md fix typescript link (#1630) 2020-05-22 21:58:44 +02:00
tsconfig.json Remove support for some older browsers that probably didn’t wor… (#1080) 2020-03-25 17:42:16 +02:00

Excalidraw logo: Sketch handrawn like diagrams.

Excalidraw is a whiteboard tool that lets you easily sketch diagrams with a hand-drawn feel.

Follow Excalidraw on Twitter

Try it now

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

Read our blog and follow the guides to learn more about Excalidraw and how to use it effectively.

Run the code

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

Commands

Command Description
npm install Install the dependencies
npm start Run the project
npm run fix Reformat all files with Prettier
npm test Run tests
npm run test:update Update test snapshots
npm run test:code Test for formatting with Prettier

Docker Installation

A production-ready version for deploying to e.g. Kubernetes or OpenShift can be built using Docker.

Docker Compose

docker-compose up --build -d

Native Docker

docker build -t excalidraw/excalidraw .
docker run --rm -dit --name excalidraw -p 5000:80 excalidraw/excalidraw:latest

After building the image and running the container, open http://localhost:5000 to see the application.

Contributing

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

Translating

To translate Excalidraw into other languages, please visit our Crowdin page. To add a new language, open an issue so we can get things set up on our end first.

Excalidraw is built using these awesome tools

And the main source of inspiration for starting the project is the awesome Zwibbler app.

Testimonials

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]