Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.35 KB

blazoract

Blazoract is an interactive notebook user interface implemented in Blazor WebAssembly. It combines some features in Blazor released in .NET 5, such as virtualization and CSS isolation, and includes a kernel backend powered by .NET Interactive.

Development Setup

Before starting development, be sure that you have the following installed:

  1. Fork and clone this repository locally using Git.
$ git clone https://github.com/{yourusername}/blazoract
  1. Restore the project's dependencies by running dotnet restore in the root.

  2. Open a terminal and run the following to launch a local instance of the Azure Functions for this app. You will need to the Azure Functions Core Tools mentioned above to enable this.

$ cd Api
$ func start --build
  1. In another terminal window, run dotnet run --project Client to start the client application.

  2. Navigate to https://localhost:5001 where the contents of the default notebook should load.

image

License

MIT