Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 420 Bytes

Data Grid

Minimalist user interface to interact with Postgresql.

IN DEVELOPMENT.

Quick start

Since the app is not packaged yet, you're gonna need NodeJS and npm to run it.

Get a fresh copy:

git clone https://github.com/hugollm/data-grid.git

Install dependencies and run it:

cd data-grid

npm install
npm start

The app should popup on your screen.