From 46624cc953846c0ab5af7677f482f11456372c1d Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Wed, 21 Apr 2021 14:52:38 +0530 Subject: [PATCH] docs: update local installation instructions in readme (#3452) * docs: tweak readme * remove editors * Update README.md Co-authored-by: David Luzar * Update README.md Co-authored-by: Lipis Co-authored-by: David Luzar --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 588479fd..30fbebda 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,20 @@ These instructions will get you a copy of the project up and running on your loc git clone https://github.com/excalidraw/excalidraw.git ``` +#### Install the dependencies + +```bash +yarn +``` + +#### Start the server + +```bash +yarn start +``` + +Now you can open [http://localhost:3000](http://localhost:3000) and start coding in your favorite code editor. + #### Commands | Command | Description |