Email Checking Admin Frontend Contents Installation Development Workflow Deployment Installation Install the dependencies: npm install Development Workflow Prepare environment variables cp .env-sample .env Start a live-reload development server: npm run dev Generate a production build: npm run build Serve production build npm run start Deployment Comming soon... License MIT