https://github.com/conduitio/conduit-site
https://github.com/conduitio/conduit-site
data data-ingestion data-integration documentation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/conduitio/conduit-site
- Owner: ConduitIO
- Created: 2022-01-19T15:51:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T16:51:57.000Z (about 1 year ago)
- Last Synced: 2025-05-02T17:52:36.115Z (about 1 year ago)
- Topics: data, data-ingestion, data-integration, documentation
- Language: TypeScript
- Homepage: http://conduit.io
- Size: 11.4 MB
- Stars: 1
- Watchers: 8
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/2022-01-21-conduit-0-1-0-release.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Conduit Documentation
This app is built using [Docusaurus 3](https://docusaurus.io/).
The Conduit Documentation contains:
- Conduit Documentation
## Getting Started
1. Install Local Dependencies:
- Yarn
- Node.js version >= 18
2. Install NPM Modules:
```console
yarn install
```
3. Start local development server:
```console
yarn start
```
## Deploying to Production
The `main` branch is auto deployed using CloudFlare.