Hey Monorepo
Requirements
To start working with the Hey monorepo, ensure the following tools are installed:
- Node.js (v22 or higher) - the JavaScript runtime used in this project.
- pnpm - the package manager used throughout this repository.
- Postgres App - the Postgres database used in development.
Installation
This repository uses pnpm workspaces to manage multiple packages within a monorepo structure.
Clone the Repository
git clone [email protected]:bigint/hey.git
Install NVM and pnpm
On macOS, you can install both with Homebrew:
brew install nvm pnpm
Install Node.js