Skip to content

Latest commit

 

History

History
 
 

ui

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Then, add .env file with next config:

POSTGRAPHILE_API='http://localhost:5433/graphql'

Postgraphile GUI:

Open http://localhost:5433 with your browser.

MergeStat UI:

Open http://localhost:3001 with your browser.