File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,14 @@ For instance, suppose a contributor “X” has been quite active within the com
30
30
## Setting up the project
31
31
To set up the project, carry out the following steps:
32
32
33
- ** Step 1:-** clone the repository
33
+ ** Step 1:-** fork the repository
34
+
35
+ ** Step 2:-** clone the repository
34
36
35
37
``` git clone https://github.com/username/Codebadge.git ```
36
38
39
+ - Remember to replace "username" with your github username in the link above
40
+
37
41
- Create an [ oAuth] ( https://github.com/settings/developers ) application if you haven't already
38
42
39
43
- 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:
45
49
VUE_APP_CLIENT_ID=<client id>
46
50
VUE_APP_CLIENT_SECRET=<client secret>
47
51
```
48
- ** Step 2 :-** install frontend dependencies and run frontend server
52
+ ** Step 3 :-** install frontend dependencies and run frontend server
49
53
``` npm install && npm run serve ```
50
54
51
- ** Step 3 :-** install flask api dependencies and run api
55
+ ** Step 4 :-** install flask api dependencies and run api
52
56
```
53
57
cd backend
54
58
virtualenv -p python3 venv
You can’t perform that action at this time.
0 commit comments