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 devDocker
docker-compose up -dProduction Deployment
See the deployment guide for Vercel, Railway, and other platforms.