SPA App Books with JQuery
In the top-right corner of the page, click Fork.
- On GitHub, navigate to your fork of the Spoon-Knife repository.
- Under the repository name, click Clone or download.
- Open Terminal.
$: git clone https://github.com/YOUR-USERNAME/jquery-exercise-books
$: cd jquery-exercise-books
$: npm install
$: npm run dev
- On GitHub, navigate to the main page of the repository.
- In the "Branch" menu, choose the branch that contains your commits.
- To the right of the Branch menu, click New pull request.
- Use the base branch dropdown menu to select the branch you'd like to merge your changes into, then use the compare branch drop-down menu to choose the topic branch you made your changes in.
- Type a title and description for your pull request.
- Click Create pull request.