logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install bigint/hey. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

bigint/hey Installation Guide

How to install bigint/hey. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for bigint/hey. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i bigint/hey
or

Install via npx

npx @hexmos/ipm i bigint/hey

Prerequisites

Node.js

language

Version: 18.x or higher

pnpm

package_manager

Version: ^10.0.0

Postgres App

system_package

Version: v1.x

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Clone Repository, Install Dependencies and Start Development Server

git clone git@github.com:bigint/hey.git

nvm install

pnpm install

cp .env.example .env

pnpm dev

Install Node.js and Dependencies using Homebrew

brew install nvm pnpm

pnpm install

Post Installation Steps

  • Start the development server with `pnpm dev`.
  • Run migrations using `pnpm db:migrate`.