This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1J4aGURSNWheclaEWJfOaguGDCDci0CXs
Prerequisites: Node.js
- Install dependencies:
npm install - Run the interactive setup to configure your environment:
python setup.py - Run the app:
npm run dev
The python setup.py script will automatically create a .env file for you. The following variables are required:
VITE_A4F_API_KEY: Token for Brain View AI.GOOGLE_CLIENT_ID: OAuth Client ID for Google Calendar/Tasks.GOOGLE_CLIENT_SECRET: OAuth Client Secret for Google Calendar/Tasks.
You can also run this application as a standalone desktop app using Electron.
To run the desktop app in development mode:
npm run electron:dev
To build the application for your operating system:
npm run electron:build
The build artifacts will be located in the dist and dist-electron folders.
