Skip to content

Commit 6948aae

Browse files
committed
Added Readme file
1 parent 38b8ac2 commit 6948aae

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
TimeOverflow Mobile App
2+
=======================
3+
4+
This is an [Expo.io](https://expo.io) project.
5+
6+
To run the app on your machine follow these steps:
7+
8+
1. Clone this repo and jump into the project folder:
9+
10+
```
11+
$ git clone git@github.com:coopdevs/timeoverflow-mobile-app.git
12+
$ cd timeoverflow-mobile-app
13+
```
14+
15+
2. Install Expo's CLI node package:
16+
17+
```
18+
$ npm install exp --global
19+
```
20+
21+
3. Run Expo!
22+
23+
```
24+
$ exp start
25+
```
26+
27+
4. The previous command will output a QR code which will be used later to access the app from your phone.
28+
29+
5. Install Expo's client on your phone: https://expo.io/tools#client
30+
31+
6. Open the Expo app and scan the QR code. Now you are running the Time Overflow app on your phone! Make any change on the project and the Expo mobile client will automatically reload the changes. Enjoy!

0 commit comments

Comments
 (0)