Skip to content

Commit 8d13818

Browse files
authored
Added the true first step
I mean how else are you suppose to clone it with your username if you do not have the repo forked?
1 parent 4a4ac76 commit 8d13818

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ For instance, suppose a contributor “X” has been quite active within the com
3030
## Setting up the project
3131
To set up the project, carry out the following steps:
3232

33-
**Step 1:-** clone the repository
33+
**Step 1:-** fork the repository
34+
35+
**Step 2:-** clone the repository
3436

3537
``` git clone https://github.com/username/Codebadge.git ```
3638

39+
- Remember to replace "username" with your github username in the link above
40+
3741
- Create an [oAuth](https://github.com/settings/developers) application if you haven't already
3842

3943
- Make sure that the callback-url is set to `http://localhost:8080/#/auth`
@@ -45,10 +49,10 @@ To set up the project, carry out the following steps:
4549
VUE_APP_CLIENT_ID=<client id>
4650
VUE_APP_CLIENT_SECRET=<client secret>
4751
```
48-
**Step 2:-** install frontend dependencies and run frontend server
52+
**Step 3:-** install frontend dependencies and run frontend server
4953
``` npm install && npm run serve```
5054

51-
**Step 3:-** install flask api dependencies and run api
55+
**Step 4:-** install flask api dependencies and run api
5256
```
5357
cd backend
5458
virtualenv -p python3 venv

0 commit comments

Comments
 (0)