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/earthwormor
Install via npx
npx @hexmos/ipm i cuixueshe/earthwormPrerequisites
pnpm
package_managerVersion: > 8.0.0
Node.js
build_toolVersion: >= 20.0.0
Postgres
system_packageVersion: > 14.0.0
Redis
system_packageVersion: > 5.0.0
Docker
system_toolVisual Studio Code
environmentManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager (PNPM)
pnpm install
docker compose up -dPackage Manager (Node.js)
pnpm install
npm installDatabase Initialization (Manual)
cp ./apps/api/.env.example ./apps/api/.env
pnpm db:initBackend Service Start
pnpm dev:serve
pnpm dev:clientPost Installation Steps
- Start the backend service: `pnpm dev:server`
- Access the API endpoint: `http://localhost:3011/api/v1/`
- Run database migrations: `pnpm db:migrate`
