The project is heading to seperate in two distinct parts. The CLI part is based on ink using typescript.
The communication between the two is based on jsonrpc via stdio. To be able to seamlessly used both of the parts correctly in production (or at least for the end user) the idea now is to build a binary of the jsonrpc server, which will be started by a packaged NPM of the frontend.
Simple script (install.sh), installs everything, runs on the spot.
The project is heading to seperate in two distinct parts. The CLI part is based on ink using typescript.
The communication between the two is based on jsonrpc via stdio. To be able to seamlessly used both of the parts correctly in production (or at least for the end user) the idea now is to build a binary of the jsonrpc server, which will be started by a packaged NPM of the frontend.
Simple script (install.sh), installs everything, runs on the spot.