Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlee758 authored Mar 30, 2019
1 parent 905e38f commit 439383c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# CS506_Momentum
Daily habit tracker

Instructions on how to build and run the application:
1. Go to a directory of your choice.
2. In cmd, type “git clone https://github.com/sampocs/CS506_Momentum”
3. Navigate to the CS506_Momentum folder
4. Type “git pull” to ensure you have the latest version
5. Type “npm install” to install tools for building the app
6. Once installation finishes, type npm start. This should open up an expo address on the localhost with a QR code. This can be scanned through the expo app on any mobile device. Alternatively, expo can be run with an iOS emulator on the computer.
7. The application should now be running, complete with all tests enabled.

0 comments on commit 439383c

Please sign in to comment.