This is a Next.js project bootstrapped with create-next-app.
First, install dependencies
pnpm install
kanban-board/.secrets
HASURA_GRAPHQL_ADMIN_SECRET='yoursecrethere'
HASURA_GRAPHQL_JWT_SECRET='yourJWThere'
NHOST_WEBHOOK_SECRET='nhost-webhook-secret'
GRAFANA_ADMIN_PASSWORD='grafana-admin-password'kanban-board/.env
NEXT_PUBLIC_NHOST_SUBDOMAIN=yoursubdomainhere
NEXT_PUBLIC_NHOST_REGION=yourregionhere
ADMIN_KEY=youradminkeyherepnpm nhost login
nhost up
pnpm run dev
Open http://localhost:3000 with your browser to see the result.