Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles authored Nov 23, 2023
1 parent c383cc3 commit 511ed23
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,26 @@ This app demonstrates how to use IAsyncEnumerable + C# 8.0 to improve performanc

This app also uses the Firebase Realtime Database REST API.

## Screenshots

<img width="1136" alt="desktop" src="https://github.com/iNoles/HackerNews/assets/49764/9f4ebdcb-014b-4979-a244-f81c6903f89b">

## Getting Started

### Prerequisites

- Install [.NET MAUI workload](https://docs.microsoft.com/en-us/dotnet/maui/get-started/installation) on your development machine.

### Clone the Repository

```bash
git clone https://github.com/iNoles/TipCalculator.git
cd TipCalculator
```

### Run and Build

```bash
dotnet build
dotnet run
```

0 comments on commit 511ed23

Please sign in to comment.