Skip to content

Commit

Permalink
Merge pull request Expensify#13746 from Expensify/luke-add-documentat…
Browse files Browse the repository at this point in the history
…ion-help-site

Adding some helpful documentation
  • Loading branch information
luacmartins authored Dec 20, 2022
2 parents 9d357e4 + c874a71 commit 5265b5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ ln -sf universal-darwin22 universal-darwin21
- _Note: If you see an error like `Unable to load the EventMachine C Extension...`, try running `gem uninstall eventmachine && bundle install`. If that doesn't work just removing the `--livereload` flag should work._
1. Modify a `.html` or `.md` file and save your changes, and the browser should quickly auto-refresh.

## Troubleshooting

### Android Chrome emulator
To visit the site on the Android emulator, go to `10.0.2.2:4000`.

If you're getting an error page that says "Refused to connect", try running `adb reverse tcp:4000 tcp:4000` with your emulator open.


# How the project is structured

The [docs](https://github.com/Expensify/App/tree/main/docs) folder will contain the following main folders:
Expand Down

0 comments on commit 5265b5b

Please sign in to comment.