Skip to content

landing-page-generator/landing-page-describer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing Page Describer

Help you to formulate requirements to your landing page

Hacked on Sundai, Sep 15, 2024

Installation

cp .env.example .env
nano .env
# then add your Gemini secret keys to the .env file
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run

Local server

python main.py

or

uvicorn main:app --reload

Production deployment

Auto deployed to Vercel https://landing-page-describer.vercel.app at each commit to main branch.