This commit is contained in:
Wiesław Šoltés 2021-12-08 11:52:47 +00:00 коммит произвёл GitHub
Родитель ae703ac611
Коммит 12bf3a17a5
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,15 @@ Open up a terminal prompt and execute the commands:
./build.sh
```
## Web
```
git clone https://github.com/wieslawsoltes/NodeEditor.git
dotnet workload install wasm-tools
cd ./samples/NodeEditor.Web
dotnet run -c Release
```
## NuGet
NodeEditor is delivered as a NuGet package.