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/heyor
Install via npx
npx @hexmos/ipm i bigint/heyPrerequisites
Node.js
languageVersion: 18.x or higher
pnpm
package_managerVersion: ^10.0.0
Postgres App
system_packageVersion: 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 devInstall Node.js and Dependencies using Homebrew
brew install nvm pnpm
pnpm installPost Installation Steps
- Start the development server with `pnpm dev`.
- Run migrations using `pnpm db:migrate`.
