diff --git a/README.md b/README.md index 82add2a..ce7cadd 100644 --- a/README.md +++ b/README.md @@ -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 + desktop + +## 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 +```