This website is the home of the Obrew suite of products.
Install dependencies:
pnpm iStart the local development server:
pnpm devBuild for deployment to Vercel:
pnpm buildExport a static HTML version:
pnpm exportThe project is based on Next.js.
Define your pages in the pages directory.
Configure the app and theme by editing global.css
and global.json.
Create an .env file:
MAILCHIMP_DC=us1
MAILCHIMP_LIST_ID=xxxxxx
MAILCHIMP_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx-us1MAILCHIMP_DC is the region code (denoted at end of api key). MAILCHIMP_LIST_ID is the mailing list id assigned at account setup (https://mailchimp.com/help/find-audience-id/).