Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 363 Bytes

Getting Started

Populate .env.* files, and remove the .example extension

npm install
npm run dev

Visit http://localhost:3000/mailing on your browser.

To bypass authenticaiton locally:

  1. Remove <UserProvider> from /pages/_app.tsx
  2. Remove not operator (!) from !user?.isAdmin in /pages/index.tsx