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

https://github.com/drawdb-io/docs

Documentation website for drawDB
https://github.com/drawdb-io/docs

documentation docusaurus drawdb

Last synced: 4 months ago
JSON representation

Documentation website for drawDB

Awesome Lists containing this project

README

          

# drawDB documentation

Documentation website for drawDB that addresses frequestly asked questions built using [Docusaurus](https://docusaurus.io/).

### Local Development

```
$ npm 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

```
$ npm build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.