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
3030## Setting up the project
3131To 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:
4549VUE_APP_CLIENT_ID=<client id>
4650VUE_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```
5357cd backend
5458virtualenv -p python3 venv
You can’t perform that action at this time.
0 commit comments