Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 338 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 338 Bytes

Email Migration Tool

Development

From your terminal:

yarn dev

This starts the app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

yarn build

Then run the app in production mode:

yarn  start

This tool is currently deployed on Vercel.