Generate a city guide based on your interests
View app
Small experiment with the OpenAI API.
- Node.js (version 18.2.0)
- npm
- Run
npm i
to install depencies - Copy
.example.env
and rename it to.env
- Add the OpenAI API key to the
.env
file
- Run
npm run dev
to start the development server, and open http://localhost:3000 with your browser
The app is hosted on Vercel. Every commit pushed to the main
branch will trigger a Production Deployment.