Subsmarine surfaces your email newsletters for easy reading.
yarn install
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.local
And add secrets and keys
To run your site locally, use:
yarn dev
To run it it production mode, use:
yarn build
yarn start
You must set the NEXTAUTH_URL environment variable with the URL of your site, before deploying to production.
e.g. NEXTAUTH_URL=https://example.com