-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |