Lycheejs Save Abandoned

:seedling: Next-Gen AI-Assisted Isomorphic Application Engine for Embedded, Console, Mobile, Server and Desktop

Project README

lychee.js Mono Repository

Important Notes to follow through Installation Quirks:

The lycheejs-engine Repository needs to be installed to the path /opt/lycheejs.

Every other lychee.js Project or Library has to be placed inside /opt/lycheejs/projects/*.

The lycheejs-runtime Repository contains all building logic that is required in order to compile, build, transpile and port lychee.js Projects to other platforms and runtimes.

The generated binaries of the lycheejs-runtime Repository are contained in the releases section of this repository, and the lycheejs-runtimes.zip folder reflects the contents of the ./lycheejs-engine/bin/runtime folder. As the Repositories and related Web Services/Networks/Servers are no longer available, please use only the scripts and files from this Mono Repository to make things work as expected.

Installation

More detailed instructions of the Installation Procedure are documented in the Quickstart's Installation Guide.

# install lychee.js Engine into /opt/lycheejs
sudo mkdir -m 0777 /opt/lycheejs;
git clone https://github.com/cookiengineer/lycheejs;


cd /opt/lycheejs;

# install and update dependencies
sudo ./bin/maintenance/do-install.sh;
sudo ./bin/runtime/do-update.sh;

# rebuild and start
bash ./bin/configure.sh;
lycheejs-harvester start development;

# Now visit http://localhost:8080 in Chromium
Open Source Agenda is not affiliated with "Lycheejs" Project. README Source: cookiengineer/lycheejs
Stars
794
Open Issues
0
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating