Skip to content
/ ui-1 Public
forked from estuary/ui

A web based UI to assist in working with Estuary Flow

License

Notifications You must be signed in to change notification settings

johndpope/ui-1

 
 

Repository files navigation

Estuary UI

The web UI for Estuary Flow.

How to install?

You'll need to make sure the UI ahas the depencies installed. For the UI this should be straight forward and running npm install in the UI root directory.

You'll also need internet connectivity so you can reach our Supabase API.

How do I run the UI?

You need to run with Node 16 right now. There is an issue with Node 17.

npm start starts UI

For more details on UI commands please look at build.md.

What is the status?

The status very much a "work in progress"... or like one level above a proof of concept.

Building Blocks

This project was started using Create React App and added TypeScript.

As we are currently using MUI as our main component library so we used their typescript template as a reference for this project. We combined some of their tsconfig settings with those found from typescript-cheatsheets.

About

A web based UI to assist in working with Estuary Flow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%