An open API service indexing awesome lists of open source software.

https://github.com/getdozer/dozer-docs


https://github.com/getdozer/dozer-docs

Last synced: about 1 year ago
JSON representation

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! ⚡️



CI
Coverage Status
Docs
Join on Discord
License

## 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..