This repo contains all the documentation for estuary.tech, along with the website build logic. If you're looking for the estuary.tech homepage repo, head to github.com/application-research/estuary-www.
-
Clone this repo:
git clone https://github.com/application-research/estuary-docs.git cd estuary-docs
-
Install dependencies:
npm install
-
Start the local server:
npm run dev
-
View the site in your browser at localhost:3005
-
Done!
- Start by copying and renaming one of the pages from
pages
- Add your changes to the newly copied page, remember to change variable names
- Add your page to
components/Navigation.tsx
so it appears on the menu on the left of the screen
Running into problems? Leave an issue, or join the #ecosystem-dev Slack.