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:
- Remove
<UserProvider>
from/pages/_app.tsx
- Remove not operator (
!
) from!user?.isAdmin
in/pages/index.tsx