Skip to content

Commit 50824f4

Browse files
Merge pull request #41 from aRealCyborg/patch-1
Added the true first step
2 parents 4a4ac76 + 8d13818 commit 50824f4

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)