Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 385 Bytes

Marketing Site

The marketing site at https://estuary.dev

How to install?

Make sure Node and yarn are installed.

Run: yarn install

Troubleshooting

I am seeing old UI content

Run: yarn clean

This will clear out the cache that is populated during build. This will mean your next start will take extra time.

How to start/run?

Run: yarn start

Stuff we use