Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 385 Bytes

vanna-nextjs-flask

Vanna AI Example Using NextJS and Flask

Installation & Usage

Virtual environment is recommended.

python3 -m venv venv
source venv/bin/activate
npm run dev (or) yarn dev

Deployment

  • Deployment on commit / PR merge can be setup using github actions and vercel.
  • Can be deployed to vercel in a single command from local.
vercel