Skip to content

dieharders/homebrew-ai-website

Repository files navigation

OpenBrewAi website

This website is the home of the Obrew suite of products.

Getting Started

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

Deploy

Configuration

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.

Configure Mailchimp

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/).

About

Hosting site for the Obrew suite of tools.

Topics

Resources

Stars

Watchers

Forks