Getting Started with Acme CRM
Getting Started with Acme CRM
Welcome to the official developer documentation for the Acme Enterprise CRM portal. This guide details local deployment configurations.
Prerequisites
- Node.js 20+
- PostgreSQL database
- pnpm package manager
Installation
# Install dependencies
pnpm install
# Run database migrations
npx prisma db push
# Launch development environment
pnpm run dev
Configuration
Configure these keys in your .env file:
DATABASE_URLNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
