AI personal assistant for email [Inbox Zero](https://www.getinboxzero.com)
Documentation
About
There are two parts to Inbox Zero: 1. An AI email assistant that helps you spend less time on email. 2. Open source AI email client. If you're looking to contribute to the project, the email client is the best place to do this.
Updating .env file: secrets
Create your own .env file from the example supplied: bash cp apps/web/.env.example apps/web/.env cd apps/web pnpm install Set the environment variables in the newly created .env. You can see a list of required variables in: apps/web/env.ts.
Running the app
To run the migrations: bash pnpm prisma migrate dev To run the app locally for development (slower): bash pnpm run dev Or from the project root: bash turbo dev To build and run the app locally in production mode (faster): bash pnpm run build pnpm start Open http://localhost:3000 to view the app in your browser.