Skip to content

Commit

Permalink
[Readme] Added "deployments" sections to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Scholze committed May 21, 2024
1 parent 821ed05 commit 4981356
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ The project is still alpha and work in progress.

![MyLife.Blazor.Wasm website](__docs/mylife-blazor-wasm-overview.png)

## Deployments

### MyLife
The CLI tool to create the JSON files are runable through Visual Studio or in the Terminal using:
```shell
cd path-to-repo
cd MyLife
dotnet run
```

### MyLife.Blazor.Wasm
As feature of being a static website, the current demo version of this repository is hosted on GitHub Pages at [https://tscholze.github.io/dotnet-mylife/](tscholze.github.io/dotnet-mylife/) or as an Azure Static Web App using the Free Tier [somewhere in the cloud](https://proud-cliff-0b9376b03.5.azurestaticapps.net/).

## Motivation

In today's digital age, managing our personal information efficiently has become more important than ever. One interesting approach is to represent our life as a JSON file. This allows us to organize and store various aspects of our life in a structured format, making it easier to manage and analyze.
Expand Down

0 comments on commit 4981356

Please sign in to comment.