This website is the home of the Obrew suite of products.
Install dependencies:
pnpm i
Start the local development server:
pnpm dev
Build for deployment to Vercel:
pnpm build
Export a static HTML version:
pnpm export
The 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-us1
MAILCHIMP_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/).