naRégua
An application focused on managing men's haircuts. It has never been so easy to keep the cut on time
Tags: #swift #XCode #SwiftUI
💻
Requirements
Before starting, check the following requirements:
- MacOS
- Xcode installed
- Git installed
🚀
Installing app
if you have ssh configured, run the command
git clone [email protected]:yago-marques/naRegua.git
if you don't have ssh configured, run the command
git clone https://github.com/yago-marques/naRegua.git
After installing, open the installed folder with XCode and run command + R
📫
Contributing
- Fork this repository
- Create a new branch:
git checkout -b
. - Make changes and commit:
git commit -m '
' - Send to base branch:
git push origin naRegua /
- Create a pull request.
see the GitHub documentation on how to create a pull request
🤝
By
Yago Marques |
README inspired by JoanWilson