This is the frontend application for DocuMint, built with React, TypeScript, and Vite. The backed is https://github.com/Tim1119/codescribe-backend
npm install
npm run devnpm run buildCreate a .env file:
VITE_API_URL=http://localhost:8000For production deployment, set VITE_API_URL to your deployed backend URL.
See the main README for deployment instructions.