Bookshelf (WIP)

CI

Build

$ dotnet publish -c Release

Hot Reload

$ dotnet watch

Serve

$ cd bin/Release/net8.0/publish/wwwroot

// serve content
$ python -m http.server 8080

Book data structures (Draft)

create a JSON for the list of books. The structure of the JSON is as follows:

[
  {
    "title": "Book Title 1",
    "genre": "Art",
    "readAt": 1722956400000,
    "url": "https://example.com/4908686149",
    "imageUrl": "https://example.com/image/4908686149"
  },
  {
    "title": "Book Title 2",
    "genre": "Music",
    "readAt": 1722956400000,
    "url": "https://example.com/4908686149",
    "imageUrl": "https://example.com/image/4908686149"
  }
]

How to release?

TODO

Using Stacks

Stack -
Blazor -
fluentui-blazor UI Framework
GitHub Pages CI/CD