UF Alarm Clock Project.
- 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"
- Make sure you have node installed: https://nodejs.org/en/download
- Scan the resulting QR code with the Expo Go app
- If this does not work, try creating the code with "npm run tunnel" instead
To contribute to this repository, please follow the following steps:
- Fork this project by going to the top-right corner of the page and clicking Fork.
- Clone your Forked repository to your local machine in your desired folder.
git clone <your-forked-repository>
- Create your feature branch to work on changes.
git checkout -b <your-feature-branch-name>
- Commit your changes to your feature branch.
git add <name-of-changed-file>
git commit -m "<your-message>"
- 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
- Open a pull request to the original repository.
For more help use the following links:
- Fork and Clone repository
- Feature Branch Workflow
- Comitting to Repository
- Pushing to Repository
- Opening Pull Requests
Maintained by the UF Open Source Club
Current Maintainers:
- Max
- Kaniel