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 cuixueshe/earthworm. 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.

cuixueshe/earthworm Installation Guide

How to install cuixueshe/earthworm. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i cuixueshe/earthworm

Prerequisites

pnpm

package_manager

Version: > 8.0.0

Node.js

build_tool

Version: >= 20.0.0

Postgres

system_package

Version: > 14.0.0

Redis

system_package

Version: > 5.0.0

Docker

system_tool

Visual Studio Code

environment

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Package Manager (PNPM)

pnpm install

docker compose up -d

Package Manager (Node.js)

pnpm install

npm install

Database Initialization (Manual)

cp ./apps/api/.env.example ./apps/api/.env

pnpm db:init

Backend Service Start

pnpm dev:serve

pnpm dev:client

Post Installation Steps

  • Start the backend service: `pnpm dev:server`
  • Access the API endpoint: `http://localhost:3011/api/v1/`
  • Run database migrations: `pnpm db:migrate`