You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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