https://github.com/getdozer/dozer-docs
https://github.com/getdozer/dozer-docs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/getdozer/dozer-docs
- Owner: getdozer
- License: apache-2.0
- Created: 2023-06-22T10:49:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T02:30:57.000Z (about 2 years ago)
- Last Synced: 2025-03-26T05:41:56.409Z (over 1 year ago)
- Language: JavaScript
- Size: 11.2 MB
- Stars: 0
- Watchers: 7
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Connect any data source, combine them in real-time and instantly get low-latency data APIs.
⚡ All with just a simple configuration! ⚡️
## Overview
This repository contains [documentation for Dozer](https://getdozer.io/docs/dozer/) and is built using [Docusaurus 2](https://docusaurus.io/).
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Contributing
Please refer to [Contributing](https://getdozer.io/docs/contributing/overview) for more details.
### Deployment
Please open a PR from a fork and once the PR is merged to main, documentation is automatically deployed..