Add samples instructions to README
This commit is contained in:
parent
ee2b328bfc
commit
3893df917a
10
README.md
10
README.md
|
@ -5,6 +5,16 @@ Ooui (pronounced *weeee!*) is a small cross-platform UI library for .NET that us
|
||||||
It presents a classic object-oriented UI API that controls a dumb browser. With Ooui, you get the full power of your favorite .NET programming language *plus* the ability to interact with your app using any device.
|
It presents a classic object-oriented UI API that controls a dumb browser. With Ooui, you get the full power of your favorite .NET programming language *plus* the ability to interact with your app using any device.
|
||||||
|
|
||||||
|
|
||||||
|
## Try it out!
|
||||||
|
|
||||||
|
```
|
||||||
|
dotnet restore
|
||||||
|
dotnet run --project Samples/Samples.csproj
|
||||||
|
```
|
||||||
|
|
||||||
|
Then open your browser to `http://localhost:8080`
|
||||||
|
|
||||||
|
|
||||||
## Quick Example
|
## Quick Example
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
|
|
Loading…
Reference in New Issue