Skip to content

tamu-datathon-org/mercury

Repository files navigation

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