Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 431 Bytes

DEVELOPER.md

File metadata and controls

29 lines (20 loc) · 431 Bytes

Developer Guide

Local Development

Prerequisites

Setup

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build production server
pnpm build

# Start production server
pnpm start

# Get the server response using HTTPie
http :3000/ping
http :3000/healthz