This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
if you want more information check out the issue i have created and you can find the details there
to connect to cloudflare api create a .env.local and paste these credencials:
NEXT_PUBLIC_FETCH_ALL_LISTINGS_URL=https://fetchallactivelistings.smartagent.workers.dev NEXT_PUBLIC_FETCH_PROPERTY_DETAILS_URL=https://fetchlistingbyid.smartagent.workers.dev NEXT_PUBLIC_ENVIRONMENT=development NEXT_PUBLIC_SECRET=xfISX6I/lF<o/QP_n!<KWI,+6EEjs.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.