Tutorial on how to build from source
w601sxs opened this issue · 5 comments
Hi, can you please add a couple of lines on readme on how to build this webapp from source? I want to host it as a static website
I will add a few details on how to build from the sources. Though if you are trying to host this app, it will not run as a website, most of the features are bound to the OS and would need to be entirely modified to run as a browser app.
Oh I see.. I like the UI, but definitely need a web UI; so I might end up making my own project. Do you have any recommendations of projects I can fork with drag-and-drop component based functionality like what you have here?
Some draggables in the project use jqueryui (https://jqueryui.com/).
Good luck :)
Hi, can you please add a couple of lines on readme on how to build this webapp from source?
Hi i added a few instructions see https://github.com/MrNothing/AI-Blocks/blob/master/README.md
I will probably modify a few things since this boilerplate is starting to get old.