Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.06 KB

Status

Requirements

  • .NET Core 3.1 preview
  • npm

Running on desktop

To build and run this application on desktop use Electron.NET App launch setting. It will bundle and host locally an electron application. To publish PoE Commerce use the following command in client app directory:

electronize build /target win
electronize build /target osx
electronize build /target linux

Please notice that in the current state the application was tested only on Windows 10 x64.

Running in browser

Once it can be difficult and time consuming to debug the application it's possible to run the program in browser. It does not require any further configuration, just run application with PoECommerce.Client launch setting.


© 2019 Marcin kotlicki (@AyronK & @The-Wraeclast) All Rights Reserved