KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vanna-nextjs-flask
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
timetable_csea
:
Timetable PWA of B.Tech CSEA, Batch of 2025, Amrita Vishwa Vidyapeetham
geolocation
:
No description available.
pump.fun-sniper
:
pump.fun wallet monitor and sniper
ShanghaiTech-YSYX
:
Unofficial guide for ysyx students applying to ShanghaiTech University
idd
:
A System for Differential Debugging
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vanna-nextjs-flask
?
Download (.md)
# vanna-nextjs-flask Vanna AI Example Using NextJS and Flask ## Installation & Usage Virtual environment is recommended. ```bash 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. ```bash vercel ```