UF Alarm Clock Project.
This project requires NodeJS and Git. Also, the Expo Go app is required on a mobile device. Make sure you have build-essential
(Linux) or xcode-select
(MacOS).
sudo apt install build-essential
// or...
xcode-select --install
Then, begin by cloning the repository:
git clone https://github.com/malangadan/Alarm-Clock.git
Navigate to the project directory and install the project dependencies:
cd Alarm-Clock
npm install
If your phone is on the same network as your computer run:
npm run start
If your phone is on a different network than your computer run:
npm run tunnel
Then scan the QR code that appears on the expo go app.
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, can be contacted via Discord
Current Maintainers:
- Kaniel Vicencio @kanielv
- Max Meiler @MaximilianMeiler