Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.12 KB

README.md

File metadata and controls

58 lines (41 loc) · 2.12 KB

Alarm Clock


UF Alarm Clock Project.

Table of Contents

Installaltion

Running the app

  • Install the "Expo Go" app on your phone
  • Clone the repo using the terminal command "git clone https://github.com/ufosc/Alarm-Clock.git" in the desired location
  • In the Alarm-Clock folder created, run "npm i" to install packages
  • Then, run "npm run start"
  • Scan the resulting QR code with the Expo Go app
    • If this does not work, try creating the code with "npm run tunnel" instead

Contributing

To contribute to this repository, please follow the following steps:

  1. Fork this project by going to the top-right corner of the page and clicking Fork.
  2. Clone your Forked repository to your local machine in your desired folder. git clone <your-forked-repository>
  3. Create your feature branch to work on changes. git checkout -b <your-feature-branch-name>
  4. Commit your changes to your feature branch. git add <name-of-changed-file> git commit -m "<your-message>"
  5. For your first push to the new branch use the following: git push --set-upstream origin <your-feature-branch-name> Otherwise to push to current branch use the following: git push
  6. Open a pull request to the original repository.

Resources

For more help use the following links:

Maintainers

Maintained by the UF Open Source Club

Current Maintainers:

  • Max
  • Kaniel