Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

epulla/relevant-charts

Repository files navigation

Este es un proyecto de Next.js

Instalación local

  1. Instalar dependencias:
npm i
  1. Crear el archivo .env.local, copiar el contenido .env.local.example y agregar tus variables de entorno:
# copy this file to .env.local and fill in the values
OPENAI_API_KEY=******************

# Postgres
POSTGRES_URL="****************************************************************"
POSTGRES_PRISMA_URL="**********************************************************"
POSTGRES_URL_NO_SSL="**********************************************************"
POSTGRES_URL_NON_POOLING="*****************************************************"
POSTGRES_USER="*******"
POSTGRES_HOST="******************************************************"
POSTGRES_PASSWORD="************"
POSTGRES_DATABASE="********"

# KV
KV_URL="***********************************************"
KV_REST_API_URL="*************************************"
KV_REST_API_TOKEN="**********************************************************"
KV_REST_API_READ_ONLY_TOKEN="******************************************************"

# Blob Storage
BLOB_READ_WRITE_TOKEN="*******************************"
  1. Iniciar el proyecto
npm run dev
  1. Ir a http://localhost:3000 en tu navegador y ver el resultado 😁

Releases

No releases published

Packages

No packages published