FlowSpace is easy to run locally for development.
git clone https://github.com/Angel-Teni/FlowSpace.git
cd FlowSpace
npm install
Create a .env file in the client/ folder:
VITE_OPENAI_API_KEY=your_key_here
VITE_API_BASE_URL=http://localhost:5174
npm run dev
Client runs on:
http://localhost:5173
Last updated 4 months ago