From 3c1bff3a69d3f50eb21ae290edea385557ea2dde Mon Sep 17 00:00:00 2001 From: Qolzam Date: Sun, 9 Jul 2017 14:30:12 +0430 Subject: [PATCH] Improve installing tutorial --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b92bf36..6f1a026 100644 --- a/README.md +++ b/README.md @@ -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:/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`