From 8d1c897962f2094eb3d872013321560de5a9a789 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Fri, 6 Mar 2020 09:20:02 -0500 Subject: [PATCH] Update README.md (#870) * Update README.md * Update README.md * Update README.md --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d38f4de8..705f660b 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,31 @@ Excalidraw logo: Sketch handrawn like diagrams. -

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

- - Follow Excalidraw on Twitter - +

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 +Go to https://excalidraw.com to start sketching. ## Testimonials - + - - ## Run the code ### Code Sandbox @@ -46,7 +49,7 @@ git clone https://github.com/excalidraw/excalidraw.git | Command | Description | | ------------------- | --------------------------------- | | `npm install` | Install the dependencies | -| `npm run start` | Run the project | +| `npm start` | Run the project | | `npm run fix` | Reformat all files with Prettier | | `npm run test:code` | Test for formatting with Prettier | | `npm run test:app` | Test the app | @@ -54,7 +57,9 @@ git clone https://github.com/excalidraw/excalidraw.git ## Contributing -Pull requests are welcome. For major changes, please open an [issue](https://github.com/excalidraw/excalidraw/issues) first to discuss what you would like to change. +Pull requests are welcome. For major changes, please [open an issue](https://github.com/excalidraw/excalidraw/issues/new) first to discuss what you would like to change. + +To translate Excalidraw into other languages, please visit [our Crowdin page](https://crowdin.com/project/excalidraw). To add a new language, open an issue so we can get things set up on our end first. You can also discuss the app on our [Gitter channel](https://gitter.im/excalidraw/community). @@ -62,7 +67,8 @@ You can also discuss the app on our [Gitter channel](https://gitter.im/excalidra - [React](https://reactjs.org) - [Rough.js](https://roughjs.com) -- [ZEIT Now](https://zeit.co/) +- [TypeScript](https://typescriptlang.org) +- [ZEIT Now](https://zeit.co) And the main source of inspiration for starting the project is the awesome [Zwibbler](https://zwibbler.com/demo/) app.