aitools Generate your Twitter bio with OpenAI and Vercel Edge Functions. cd to server, run npm i add a .env file to server and add DATABASE_URL=[postgresURL] cd to client, add a .env file OPENAI_API_KEY=[openai_key] run npm i run client with npm run dev run server with nodemon server.js