Skip to content

vappolinario/desenhador

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Create an .env.local with your openai token and pocketbase url

OPENAI="secret-token"
PB_SERVER="http://127.0.0.1:8090"

Download Pocketbase and start the server with:

pocketbase serve

To run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Learn More

Deploy on Vercel