r3nanp / happy-old

A app to make orphanages more close to you!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Happy

A app to make orphanages more close to you!!
Made with πŸ’–. Written in React, Node and React Native.

Techologies used πŸ› 

How to run and contribute πŸ€”

# Clone repository

$ git clone https://github.com/r3nanp/happy.git

How to Fork the project πŸ’ͺ

# Create a new branch with your changes:

$ git checkout -b <branch>
# Save your changes and create a commit message telling you what you did:

$ git commit -m "<commit>"
# Submit your changes:

$ git push origin <branch>

React

# At the root of the project, run:

$ cd web

$ yarn or npm install
# To run the app in your machine:

$ yarn start or npm run start

Node

# To run the app in your machine:

$ cd server

$ yarn dev or npm run dev

React Native

  • Install the expo client in your phone run the app locally.
# To run the app in your phone:

$ cd mobile

$ yarn or npm install

$ yarn start or expo start

About

A app to make orphanages more close to you!!

License:MIT License


Languages

Language:TypeScript 98.8%Language:HTML 1.0%Language:JavaScript 0.2%