This repo contains the typescript clients and projects for Threefold grid.
The main requirements are:
yarn install
Note: If the used Python version is 3.12 or later, you need to install setuptools.
python3 -m pip install setuptools
yarn lerna run build
If the build fails due to a memory issue, please use the following command
export NODE_OPTIONS="--max-old-space-size=8192"