Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue#176: document yarn add expo for devs #177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down