Improve installing tutorial

This commit is contained in:
Qolzam
2017-07-09 14:30:12 +04:30
parent 99b838c5be
commit 3c1bff3a69

View File

@@ -63,6 +63,9 @@ I recommend that you get to know React before using React Social Network. React
# Installing # Installing
1. Fork the [react-social-network](https://github.com/Qolzam/react-social-network) repository on Github
2. Clone your fork to your local machine `git clone git@github.com:<yourname>/react-social-network.git`
> You need to configure firbase first before starting other steps. We are using firebase storage to store files, firebase database to store user information and firebase authorization to authorize user with email and password. > You need to configure firbase first before starting other steps. We are using firebase storage to store files, firebase database to store user information and firebase authorization to authorize user with email and password.
1. Configure firebase: 1. Configure firebase:
- Get [firebase config](https://firebase.google.com/docs/web/setup) - Get [firebase config](https://firebase.google.com/docs/web/setup)