Skip to content

Commit

Permalink
Update README.md to reflect public web app availability.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhooten committed Nov 2, 2024
1 parent c33f1c9 commit faf2812
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ A simple Blazor app which converts libraries of saved links between the native f

## General Usage

### Web App

The app is [publically available](https://polyglot-hqbpg6f7hwdsgphd.eastus2-01.azurewebsites.net/), however it is hosted on a free plan with limited resources so availability is not guaranteed.

### Docker

Ensure you have Docker installed and running on your system, then clone into the repo and build the app by running `docker build -t polyglot .`, then start the app by running `docker run -p 8080:8080 polyglot`. You can then access the app by navigating to `http://localhost:8080` in your browser.
Expand Down

0 comments on commit faf2812

Please sign in to comment.