Project carried out during the 10th edition of the Campus Mobile Hackathon
About the project | Layout | Technologies | How to install | How to contribute | License
FRIENT aims to create a social network capable of uniting people with the same or different personalities, through a personality test.
This project was developed with the following technologies:
# Clone this repository
$ git clone https://github.com/gabrielvieira1/Frient-Lab/frient-web.git
# Go into the repository folder and install dependencies
$ cd frient-web
# Run
$ yarn install
$ yarn start
- Make a fork;
- Create a branck with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After merging your receipt request to done, you can delete a branch from yours.
This project is under the MIT license. See the LICENSE for details.