This repo contains the typescript clients and projects for Threefold grid.
- stats
- grid client
- grid http server
- grid rmb server
- rmb direct client
- rmb peer client
- rmb peer server
- Playground
- graphql_client
- gridproxy_client
- UI
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"