File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -71,43 +71,43 @@ We *love* when people contribute back to the project by patching the bugs they f
7171
7272Create a fork of the jQuery repo on GitHub at https://github.com/jquery/jquery
7373
74- Clone your jQuery fork to work locally
74+ Clone your jQuery fork to work locally:
7575
7676``` bash
7777$ git clone
[email protected] :username/jquery.git
7878```
7979
80- Change directory to the newly created dir jquery/
80+ Change directory to the newly created dir ` jquery/ ` :
8181
8282``` bash
8383$ cd jquery
8484```
8585
86- Add the jQuery main as a remote. I label mine " upstream"
86+ Add the jQuery ` main ` as a remote. I label mine ` upstream ` :
8787
8888``` bash
8989$ git remote add upstream
[email protected] :jquery/jquery.git
9090```
9191
92- Get in the habit of pulling in the "upstream" main to stay up to date as jQuery receives new commits
92+ Get in the habit of pulling in the "upstream" main to stay up to date as jQuery receives new commits:
9393
9494``` bash
9595$ git pull upstream main
9696```
9797
98- Install the necessary dependencies
98+ Install the necessary dependencies:
9999
100100``` bash
101101$ npm install
102102```
103103
104- Build all jQuery files
104+ Build all jQuery files:
105105
106106``` bash
107107$ npm run build:all
108108```
109109
110- Start a test server
110+ Start a test server:
111111
112112``` bash
113113$ npm run test:server
You can’t perform that action at this time.
0 commit comments