Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgms authored Jan 29, 2024
1 parent 8150b50 commit 8e0a75b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Your challenge is to finish this web app which lists top 100 music albums from i

* Fork this GitHub repository.
* Implement the changes listed below.
* Ensure that the GitHub CI build succeeds.
* Invite [@georgms](https://github.com/georgms) with `Read` access for the review.

## Setup
Expand All @@ -15,10 +16,13 @@ Your challenge is to finish this web app which lists top 100 music albums from i
### Running

* `sbt run`
* Open http://localhost:8080 in your browser.
* Open http://localhost:8080 in your browser.

> You can also run the app from IntelliJ by running `Application` class.
You can also run the app from IntelliJ by running `Application` class.

### Formatting

* Format the code using `sbt scalafmtAll`. This makes it easier for us to perform a code review.

## Your Tasks

Expand Down

0 comments on commit 8e0a75b

Please sign in to comment.