Find ChatGPT and Claude users who think like you
Docker, Node.js, Python and Poetry are required for local development. The monorepo is managed with bun and Nx; to install them and the project dependencies, run:
brew tap oven-sh/bun
brew install bun poetry pyenv
pyenv install 3.12.7
bun add --global nx@latest
bun installWhen prompted by VSCode, use Python version 3.12.7 to create the virtual environment.
Install all the recommended VSCode extensions, most importantly the Nx Console extension.
Refer to each application / library's README for more information on how to run them.