Neo-GUI for neo3 is still under development, we will keep adding features and improving user experience along with the development of neo3.
Your feedbacks and suggestions are welcome. Please submit issues.
To install all the JS dependencies required for Neo3-GUI, please run the following commands in the project's neo3-gui/neo3-gui/ClientApp
directory:
npm install
After successfully install JS dependencies, you can start runing or debugging Neo3-GUI with Visual Studio.
Open ./neo3-gui/neo3-gui.sln
with Visual Studio 2019, press F5 to start debuging Neo3-GUI.
To release and publish an installation program for Neo3-GUI, please run the following comment in neo3-gui/neo3-gui
directory:
./publish.sh
Once the script runs success, the installation program will be in the default release output directory is neo3-gui/neo3-gui/ClientApp/build-electron
.