bocalocalpro.com — Help Center

Hi there!

How can we help you today?

boca-local-pro is built with Vite, React. The primary language is typescript using the vite framework. Package management is handled by npm.

1. Clone the repository 2. Install dependencies: `npm install` 3. Set up your environment variables (copy `.env.example` to `.env.local`) 4. Start the dev server: `npm run dev`

The project uses 2 environment variables: - `API_KEY` - `GEMINI_API_KEY` Copy `.env.example` to `.env.local` and fill in your values.

Key dependencies by category: **Ui:** lucide-react **Framework:** react