From 044c2be9faa05b5ef5a3f09a50b7362b9c5b8e4d Mon Sep 17 00:00:00 2001 From: Jonathan Zacsh Date: Sun, 1 Aug 2021 18:34:44 -0500 Subject: [PATCH] issue#176: document `yarn add expo` for devs (WIP) commit - should probably actually explain that corresponding package.json,yarn.lock changes should be ignored and not accidentally committed. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05f7321..520bdab 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,14 @@ Find more information about setting up the development environments here https:/ Before you can build the App from source, you need to make sure you have `yarn` and `node` installed. -- Clone this repository `git clone https://github.com/mrichtsfeld/etesync-notes.git` +- Clone this repository `git clone https://github.com/etesync/etesync-notes.git` - Enter the newly created folder `cd etesync-notes` - Run `yarn` and wait until all of the deps are installed ## Run the Web App - Install expo `npm install -g expo-cli` +- Run `yarn add expo` - Run `yarn web` ## Run the iOS App (OS X only)