Populate .env.* files, and remove the .example extension
npm install
npm run devVisit http://localhost:3000/mailing on your browser.
To bypass authenticaiton locally:
- Remove
<UserProvider>from/pages/_app.tsx - Remove not operator (
!) from!user?.isAdminin/pages/index.tsx