Skip to content

Commit

Permalink
Issue 100 - Added instructions for forking all branches on spa day pr…
Browse files Browse the repository at this point in the history
…oject (#77)
  • Loading branch information
mlambert125 authored Dec 16, 2024
1 parent f340497 commit 545f52e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion content/thymeleaf-views/studios/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ As always, read through the whole page before starting to code.

## Setup

Fork and clone the appropriate [repository](https://github.com/LaunchCodeEducation/Java17-SpaDay). Check out the project via Version Control in IntelliJ.
Fork and clone the Spa Day [repository](https://github.com/LaunchCodeEducation/Java17-SpaDay).

> ![warning] Uncheck "Copy the `starter` branch only"
> When you fork this repository on github, be sure to **uncheck** the box that says
> "Copy the `starter` branch only." This will ensure that you have access to all
> the branches in the repository.
Check out the project via Version Control in IntelliJ.

When you open the project and run it using `bootRun`, go to `localhost:8080` and you should see a form!

Expand Down

0 comments on commit 545f52e

Please sign in to comment.