This is the frontend application for the Mailer application.
# Copy environment variables cp .env.example .env # Install dependencies npm i # Run application npm run dev