git
python3
node
, npm
git clone https://github.com/4Z1KD/HolyCluster
cd HolyCluster
python -m venv venv_HolyCluster
\venv_HolyCluster\Scripts\activate.bat
source venv_HolyCluster/bin/activate
-e
is for development mode)
pip install -e .
cd ui
npm install
npm run build
To deactivate the virtual environment, run deactivate
.
For now, the recommended way to run the application is by starting the client side server. Run this in the project's root directory:
uvicorn --reload ClientSideServer:app
For systems without omnirig
installed, execute
DUMMY=1 uvicorn --reload ClientSideServer:app
Then visit the main page at http://localhost:8000/index.html.
In the future, the application will be compiled into an executable š¾
Since this project is a work in progress, you may experience poor performance, bugs, runtime issues, and maybe more. We are working on fixing these issues.