NeedFontDocumentation
Getting Started

Installation

Detailed installation instructions for different environments.

Local Development

git clone https://github.com/yourusername/needfont.git cd needfont npm install cp .env.example .env npm run db:push npm run dev

Docker

docker-compose up -d

Production Deployment

See the deployment guide for Vercel, Railway, and other platforms.