Improve installing tutorial

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

View File

@@ -63,7 +63,10 @@ I recommend that you get to know React before using React Social Network. React
# Installing
> 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. 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.
1. Configure firebase:
- Get [firebase config](https://firebase.google.com/docs/web/setup)
- Create a folder in root folder `react-blog` set the name `config` => `>react-blog\config`