Getting Started (Setup Instructions)

FlowSpace is easy to run locally for development.


Clone the repository

git clone https://github.com/Angel-Teni/FlowSpace.git

cd FlowSpace


Install dependencies

npm install


Set environment variables

Create a .env file in the client/ folder:

VITE_OPENAI_API_KEY=your_key_here

VITE_API_BASE_URL=http://localhost:5174


Run the dev server

npm run dev

Client runs on:

http://localhost:5173


Last updated